#body {
	background-color: #CC3300;
	margin: 0;
	padding: 0;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	color: white;
}

#topshadow {
	background: url(themes/norumtheme/images/topshadow.jpg) repeat-x;
	width: 100%;
	position: absolute;
	height: 187px;
	top: 0;
	left: 0;
}

#splashframe {
	margin-bottom: 0px;
	top: 120px;
	position: absolute;
	left: 50%;
	margin-left: -244px;
	font-size: .9em;
	line-height: 1.2em;
	background: url(themes/norumtheme/images/splash.jpg) no-repeat center top;
	width: 488px;
	height: 460px;
}

#splashform {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 368px;
	margin-left: -184px;
	padding-top: 250px;
	text-align: center;
}

#frm {
}

#country {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 20px;
}

#enter {
	margin-top: 20px;
}

#error {
	width: 300px;
 	display: block;
 	color: red;
 	font-weight: normal;
	border: 1px solid white;
	padding: 10px;
	margin-bottom: 10px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	margin-top: -50px;
}


