body {
	font:8pt/16pt verdana; 
	color:#000000;
	background:#FFFFFF url(bg.jpg) repeat-x fixed top left;
	margin:0px;
	padding:0px;
}

img { border:0px; }
p {	margin-top:35px; }
.logo {
	margin-left:45px;
	margin-top:20px;
}
a {
	color:#990000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
#container {
	position:absolute;
	width:800px;
	height:450px;
	left:-400px;
	margin-top:30px;
	margin-left:50%;
	background-color:#FFFFFF;
	border:1px solid #7e7e7e;
}
#site {
	position:absolute;
	width:800px;
	height:600px;
	left:-400px;
	margin-left:50%;
}