@charset "utf-8";
/* CSS Document */

body{
	font-family: Helvetica, Times New Roman, sans-serif;
	background:url(../images/background.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:100%;	
}


#login {
	position:absolute;
	margin-left:26%;
	margin-top:65px;
	width:292px;
	z-index:1;
	border:#333 solid;
	min-height:130px;
	padding:5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
}