@import url(reset.css);

/* natsukigirl.com, all graphics, text, code, and artwork
is copyright 1998 ~ 2011 Lynn Hamilton - natsukigirl@gmail.com */

/* optimized / viewable in all browsers, Firefox 2+ or IE 7+ is recommended */

/* ------- body ------- */

body	{
 margin: 0;
 background: #8bcfe5 url(../img/clouds_tile.jpg) repeat top left;
 color: #353535;
 font-size: 12px;
 font-family: Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
 line-height: 14px;
}

.clear {
  clear: both;
}

/* ------- a ------- */

a {
 font-family: Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
 font-weight: bold;
}

a:link   {
 color: #0083be;
 text-decoration: none;
}

a:visited   {
 color: #0075aa;
 text-decoration: none;
}

a:active, a:hover {
 color: #ab1f22;
 text-decoration: underline;
}


/* --- main structure ---- */

.wrap1 {
width: 100%;
min-width: 980px;
background: transparent url(../img/tree_right.png) no-repeat top right;
}

.wrap2 {
width: 100%;
min-width: 980px;
background: transparent url(../img/tree_left.png) no-repeat top left;
}

.container {
min-height: 513px;
}

.header {
width: 575px;
height: 158px;
margin-left: 262px;
background: transparent url(../img/yuki_header.png) no-repeat bottom left;
}

