@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-color:#000000;
}

#home{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	width:80%;
	min-width:900px;
	max-width:1700px;
}
