@charset "utf-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
font: "Trebuchet MS",Geneva, Tahoma, Helvetica, sans-serif;
color: #000;
}

html{
	height: 101%;
	background: #000;
}

#container{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#main{
	background: url(../image/layout/background.jpg) repeat-x top left;
	height: 800px;
	position: relative;
	width: 1000px;
}

#header{
	position: relative;
	height: 250px;
	background: url(../image/layout/header.jpg) no-repeat top left;
}

#header a#logo{
	text-indent: -9000px;
	display: block;
	width: 200px;
	height: 195px;
	position: relative;
	left: 35px;
}

#footer{
	position: relative;
	display: table;
	width: 100%;
	float: left;
	height: 100px;
}