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

*{
		padding:0;
		margin:0;
		border:0;
}

#wrapper {
	background-color: #999;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 250px;
}
