
html { 
	height: 100%; 
} 

body {
	background: #040404 url(media/images/bg.jpg) no-repeat fixed center top;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#page {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	margin: 0px;
}

#container {
	position: absolute;
	width: 1024px;
	height: 644px;
	background: #040404 url(media/images/holding_03.jpg) no-repeat center;
	top: 50%;
	left: 50%;
	margin: 0px;
	margin-top: -322px;
	margin-left: -512px;
}

#window {
	position: relative;
	width: 994px;
	margin: 0px;
	top: 50%;
	left: 50%;
	margin-top: -268px;
	margin-left: -497px;
}

#content {
	position: relative;
	width: 994px;
	height: 536px;
	background: #040404 url(media/images/landing_02.jpg) no-repeat center;
}

#scrcontent {
	position: relative;
	width: 994px;
	height: 536px;
	background: #040404 url(media/images/standard_03.jpg) no-repeat center;
}

#scrcontent2 {
	position: relative;
	width: 994px;
	height: 536px;
	background: #040404 url(media/images/contact-us.jpg) no-repeat center;
}

#scrwindow {
	position: relative;
	width: 380px;
	height: 380px;
	left: 50%;
	margin-left: -136px;
	top: 50px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	overflow: auto;
	padding: 10px 20px 10px 0px;
}

#scrwindow2 {
	position: relative;
	width: 170px;
	height: 80px;
	left: 50%;
	margin-left: -173px;
	top: 250px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	overflow: auto;
	padding: 0px 0px 10px 0px;
}

#scrwindow #boldText
{
	font-size: 11px;
	font-weight: bold;
}

#scrwindow2 a
{
	color:#000000;
	font-weight:bold;	
	text-decoration: none;
}

#scrwindow2 #heading
{
	color:#CA131F;	
	text-decoration: none;
}

#backtohome {
	position: relative;
	width: 145px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin-left: -440px;
	margin-top: -463px;
}

#backtohome2 {
	position: relative;
	width: 145px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin-left: -440px;
	margin-top: -153px;
}

#enter {
	position: absolute;
	width: 186px;
	height: 30px;
	margin: 0px;
	top: 50%;
	left: 50%;
	margin-top: 108px;
	margin-left: -93px;
	outline:none;
	z-index: 100;
}

#exit {
	position: absolute;
	width: 186px;
	height: 30px;
	margin: 0px;
	top: 50%;
	left: 50%;
	margin-top: 158px;
	margin-left: -93px;
	outline:none;
	z-index: 100;
}

#remember {
	position: absolute;
	width: 143px;
	height: 26px;
	margin: 0px;
	top: 50%;
	left: 50%;
	margin-top: 198px;
	margin-left: -64px;
}

#imgrem {
	outline:none;
}

#tickbox {
	outline:none;
}

#footer {
	position: relative;
	width: 984px;
	margin: 0px;
	left: 50%;
	margin-left: -497px;
	height: 39px;
	padding: 0px 10px 0px 0px;
}

div.li {
	float: right;
	clear: none;
	margin: 11px 5px 0px 0px;
	padding: 0px;
}

#htbox {
	position: absolute;
	display: none;
}


