@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td
{
margin:0;
padding:0;
}

fieldset,img{
border:0;
}

abbr,acrpnym{
border:0;
}

address,caption,cite,code,dgn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}


body{
height:600px;
text-align:center;
background-color:#85051c;
}


div#header{
height:100px;
background:url(../img/space_l.png) repeat;
}

div#header img{
width:320px;
margin:0 auto;
}

div#main{
	width:900px;
	height:520px;
	background-color:#85051c;
	margin:0 auto;
}


/* ClearFix */

.ClearFix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   font-size: 0;
   line-height: 0;
   visibility: hidden;
}
.ClearFix { /* IE5.5- */
	zoom: 1;
}

