﻿* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}

html
	{
	 height: 100%;
}


body 	
	{
	background-color: black;
	height: 100%;
		}

#welcome
	{
	padding-top: 5px;
	background-colour: black;
	width: 790px;
	height: 132px;
	background-image: url(images/luminesquebg.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	font-family: tahoma;
	font-size: 12px;
	color: white;	
	text-align: left; 
}

#padding
	{
	padding-bottom: 5px;
	}

#smalldiv{padding-top: 1px;}

#wrapper
	{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	}


#headcontainer
	{
	width: 790px;
	height: 115px;
	}

#header
	{
	width: 400px;
	height: 118px;
	background-image: url(images/header.jpg);
	background-color: black;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	
	}

#head_div
	{
	height: 3px;
	margin: 0px;
	width: 790px;
	}

#menu
	{
	width: 400px;
	height: 21px;
	padding-top: 93px;
	color: white;
	float: left;
	text-align: left;
	}

#main
	{
	width: 800px;
	margin: 0px;
	}

#content
	{
	width: 790px;
	font-family: tahoma;
	font-size: 14px;
	height: 282px;
	color: white;
	text-align: left;
	}

#text
	{
	width: 790px;
	font-family: tahoma;
	font-size: 12px;
	padding-top: 24px;
	color: white;
	text-align: left;
	}

#angie
	{
	float: left;
	width: 400px;
	text-align: left;
	}	

#filmbox
	{
	border-style:solid;
	border-width:3px;
	border-color: white;
	}

#alex
	{
	float: right;
	width: 400px;
	text-align: left;
	}

a img {border: none; }

#angie_text
	{
	float: left;
	width: 395px;
	text-align: left;
	padding-left: 5px;
	}	

#alex_text
	{
	float: right;
	width: 395px;
	text-align: left;
	}



#push
	{
	height: 50px;
	}

#footer
	{
	width: 800px;
	font-family: tahoma;
	font-size: 12px;
	color: white;
	height: 50px;
	}

#page_nav
	{
	font-family: tahoma;
	font-size: 12px;
	color: white;
	width: 800px;
	padding-bottom: 18px; 
	overflow: hidden;
}

#film
	{
	float: left;
	width: 506px;
	}

#credits
	{
	width: 260px;
	float: right;
	font-family: tahoma;
	font-size: 12px;
	padding-left: 24px;		
	color: white;	
	text-align: left;
	}

#films
	{
	width: 800px;
	font-family: tahoma;
	font-size: 12px;
	border: 0px; 
	margin: 0px; 
	padding-top: 18px; 

	color: white;
	}

#featured
	{
	height: 218px;
	width: 800px;
	font-family: tahoma;
	font-size: 12px;
	border: 0px; 
	padding-top: 18px; 
	color: white;

	}

#about
	{
	width: 790px;
	font-family: tahoma;
	font-size: 12px;
	border: 0; 
	margin: 0; 
	padding: 0; 
	color: white;
	text-align: left;
	}

#news
	{
	width: 790px;
	font-family: tahoma;
	font-size: 12px;
	border: 0; 
	margin: 0; 
	padding-top: -5px; 
	color: white;
	text-align: left;
	}

#news2
	{
	width: 790px;
	font-family: tahoma;
	font-size: 12px;
	border: 0; 
	margin: 0; 
	color: white;
	text-align: left;
	padding-top: 18px;
	}

.frame {
	width: 200px;
	height: 200px;
	background-image:url(images/overlay.jpg);
	float: left;
}

.words {
	width: 200px;
	float: left;
	font-family: tahoma;
	font-size: 12px;
	border: 0; 
	margin: 0; 
	padding: 0; 
	color: white;
	height: 18px;
	overflow: hidden;
}


.error {
	color: red;
	}

input.button
{
  	width: auto;
  	color: white;
  	background: #2a2a2a;
  	border: 1px solid; 
	border-colour: #white;
	font-family: tahoma;
	font-size: 10px;
	padding: 1px;
}

input.button_over

{
  	width: auto;
  	color: white;
  	background: #2a2a2a;
  	border: 1px solid; 
	border-colour: #2a2a2a;
	font-family: tahoma;
	font-size: 10px;
	padding: 1px;
}


img.over:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
	}


	A:link {text-decoration: none; color: #ffffff;}
	A:visited {text-decoration: none; color: #ffffff;}
	A:active {text-decoration: none; color: #ffffff;}
	A:hover {text-decoration: underline; color: #ffffff;}