@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:#800a20;
}

div#header{
	height:100px;
	background:url(../img/space_l.png) repeat;
	margin:0 auto;
}


div#main{
	height:400px;
	background:url(../img/space_main.png) repeat;
	margin:0 auto;
}

div#title{
	margin:0 auto;
background-color:#5e0000;
}

div#footer{
background-color:#85051c;
}

div#copy{
width: 900px;
text-align: right;
margin:5px auto;
background-color:#800a20;
}


div#footer ul {
	width: 880px;
	list-style-type:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#footer li {
	float:left;
}


/* ClearFix */

.ClearFix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   font-size: 0;
   line-height: 0;
   visibility: hidden;
}
.ClearFix { /* IE5.5- */
	zoom: 1;
}
