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

*
{
	margin:0;
	padding:0;
	border:none;
}
body
{
	background-repeat: no-repeat;
	background-position: center top;
}

#wrap
{
	width:1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
