html, body {
	margin: 0px;
}

body {
	background: #000000 url(../images/bg.jpg) center;
}

html, body, div, p, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E323D;
}

a {
	color: #2E323D;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}

#game {
	height: 550px;
}

#main, #main_noflash {
	position: absolute;
	width: 450px;
	height: 550px;
	margin-left: -225px;
	margin-top: -275px;
	left: 50%;
	top: 50%;
}

#main_noflash {
	
}

#visit-liam {
	margin-top: 4px;
	display: block;
	text-align: center;
}

#resnlink {
	display: block;
	width: 72px;
	height: 14px;
	position: absolute;
	right: 8px;
	bottom: 6px;
	background: url(../images/resnlink.gif) no-repeat;
}
#resnlink:hover {
	background: url(../images/resnlink_over.gif) no-repeat;
}

#noflash {
	margin-top: 50px;
	margin-bottom: 70px;
}

#noflash #logo {
	text-align: center;
	margin-bottom: 50px;
}

#noflash div {
	color: #FFFFFF;
	text-align: center;
}

#noflash a {
	color: #5F677E;
	text-decoration: underline;
}
#noflash a:hover {
	color: #FFFFFF;
}

#noflash #message {
	margin-bottom: 30px;
}

#noflash #getflash {
	margin-bottom: 10px;
}

#noflash #gotflash {
}