@charset "utf-8";
/* CSS Document */


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	}


a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



#container{
margin-top:-10px;
width: 1000px;
margin-left: auto;
margin-right: auto;
height:640px;
}


#header {
background-position: center;
height: 105px;
width: 1000px;
}

#menu {
background-position: center;
	width: 1000px;
	height: 105px;
}

#main {
	background-position: center;
	width: 1000px;
	height: 200px;
	float: left;

}

#footer {
	background-position: center;
	width: 1000px;
	height: 39px;
	position: relative;
	left: 150px;
	bottom: 0px;
	top: 20px;
}
