@charset "UTF-8";
/* CSS Document */

body{
}


#wrapper{
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
	height: auto;
	width: 1000px;
}
#header{
	height: auto;
	width: 1000px;
}

#content{
	height: auto;
	width: 1000px;
}

#footer{
	height: auto;
	width: 1000px;
	float: right;
}
