@charset "utf-8";
/* CSS Document */
/*
*{
	margin:0px;
	padding:0px;
	colo:#000;	
}*/

body{
	background:url(../img/logo.png) top center no-repeat;
}

#login{
	width:300px;
	height:200px;
	background:red;
	margin:110px auto;
}