@charset "utf-8";
/* CSS Document */

#container {
	width:999px;
	margin:50px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header {
	background-image:url(images/eor_header.jpg);
	height:118px;
	width:249px;
	padding-top:20px;
	padding-left:750px;
}

#login {
	width:230px;
}

.links a {
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.links a:hover {
	text-decoration:underline;
}
