@charset "UTF-8";
/* CSS Document */

html {
background-color: #1a1200;
}

body {
	background-color: #1a1200;
	font-family:Arial, Helvetica, sans-serif;
}
#centreline        
	{
	background-color: #1a1200;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: hidden;
	display: block
	}

#movieborder    
	{
	margin-left: -385px;
	position: absolute;
	top: -285px;
	left: 50%;
	width: 770px;
	height: 570px;
	visibility: visible;
	background-image: url(/images/htmlbg.jpg);
	background-repeat: no-repeat;
	}
	
#pagecontent
	{
	width:750px;
	height:550px;
	margin: 10px;
	color: #FFFFFF;
	overflow:hidden;
	}

#temppc
    {background-image:url(images/tempfrontpage.jpg);
	height:550px;
	text-align:left;
	}
#temppctext
    {padding: 130px 0px 0px 45px;
	width: 400px;
	margin: 0px 0px 0px 0px;
	}
	
#temppctext p
    {text-align:justify;
	font-size:13px;
	}

#temppctext a
    {font-weight:bold;
	text-decoration:none;
	color:#FBFAD4;
	border-bottom:#FBFAD4 dotted 1px;
	}
#temppctext a:hover
    {border-bottom:solid 2px;
	}


#info {
		width: 750px;
		overflow: auto;
	}
	
#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}