@import url("boxes.css");


html, body {
	margin: 50px;
	padding: 0;
	border: 0;
	height: 100%;
	background:#151515;
}
body {
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a, a:link {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

#header {
    background:url('../images/login/header.jpg');
background-color:#CCCCCC;
    margin: 0 auto;
    width:500px;
    height:65px;
}
#content {
color:FFFFFF;
background-color:#FFFFFF;
    margin: 0 auto;
    width:350px;
}

		#footer     {
		background-color:#da8b1b;
    margin: 0 auto;
    width:350px;
    height:15px;
	font-weight:normal;
	color:#3a3a3a;
	}
	
		#footer:hover {
	color: #FFFFFF; }
	
	#footer:link, a.footer:visited { color: #3a3a3a;
		font-weight:normal;}

