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

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#b8b8b8;
	}
	
#login{
	margin-top:100px;
	height:200px;
	width:500px;
	background-color:#CCC;
	margin-left:auto;
	margin-right:auto;
	}
	
p{
	text-align:center;
	margin:0px;}
	
h1{
	width:100%;
	height:50px;
	line-height:50px;
	background-color:#999;
	color:#000;
	text-align:center;
	font-size:24px;}