@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background.jpg) no-repeat fixed #900 top;
	height:100%;
	top: 0px;
	bottom: 0px;
	padding:0;
	margin:0;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}

#container {
	 width:830px;
	 margin-left:auto;
	 margin-right:auto;
	 text-align:center;
	}

#screen {
	width:750px;
	height:325px;
	z-index:1;
	overflow: auto;
}

img {
	border:none;
}

a {
	 color:#933;
	 font-weight:bold;
	 text-decoration:none;
	 outline: none;
}