body { 
	margin:0px;
	padding:0px;
	background-image: url('main-bg.png');
	background-repeat: repeat-x;
	background-color:#424244;
}

#container {
	width:950px;
	height:710px;
	margin:0px auto;
}

#form {
	width:720px;
	background-color:white;
	border: 2px solid black;
	padding:20px;
	margin:0px auto;
	margin-top:50px;
	background-image: url('logo.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#form .title {
	font-size:14px;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
}

#form .error {
	font-size:14px;
	font-weight:bold;
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}

#footer {
	padding-top:20px;
	width:950px;
	text-align:center;
	font-size:8px;
	color:#424244;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;

}

#footer a, #footer a:hover { color:#424244; text-decoration:none; }