* {
	padding:0px;
	margin:0px;
	border:0;
}

body {
	background-color:#1d4491;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight:bold;
	color: #457cb0;
}

a {
color: #FF9900;
}
a.hover {
color: #FF9900;
}
a.visited {
color: #FF9900;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	margin-left: -350px;
	position: absolute;
	top: -210px;
	left: 50%;
	width: 700px;
	height: 420px;
	visibility: visible;
	background-image: url(images/total.jpg);
}

#game {
	margin-left: -320px;
	position: absolute;
	top: -240px;
	left: 50%;
	width: 640px;
	height: 480px;
	visibility: visible;
}

#left {
	width:439px;
	height:420px;
	clear:left;
	float:left;
}

#right {
	width:254px;
	height:420px;
	float:left;
}

#smallprint {
	float:left;
	padding-top:274px;
	padding-left:12px;
}


#highscore {
	float:left;
	font-family: Verdana, Arial, sans-serif;
	padding-left:50px;
	margin-top: 52px;
	color:#000000;
	font-size: 8.5pt;
	font-weight: bolder;
	height: 145px;
	letter-spacing: -0.1em;
	line-height: 12px;
}


#conditions {
	font-weight: normal;
	background-color:#FFFFFF;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	width:600px;
}

#sony {
	text-align:left;
	font-weight: normal;
	background-color:#FFFFFF;
	padding: 8px;
	margin-left: -300px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 600px;
	height: 300px;
	visibility: visible;
}