#container {
position: absolute;
background-color: #000000;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
}

#letterbox {
width: 931px;
height: 549px;
margin-left: -465px;
position: absolute;
top: -274px;
left: 50%;
background: url(images/bg.jpg);
border: 1px;
}

body{
	margin:0px;
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 11px;
	color: #888888;
	background: #000000 url(images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}
a:link{
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 11px;
	color: #888888;
	line-height: 19px;
	text-decoration: none;
}

a:hover{
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 11px;
	color: #eeeeee;
	line-height: 19px;
	text-decoration: none;
}

a:visited{
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 11px;
	color: #888888;
	line-height: 19px;
	text-decoration: none;
}

