body
	{
		background-color: #000000;
	}
a img
	{
		border: none;
	}
#container
	{
		height: 620px; 
		width: 850px; 
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		border: 1px solid #000000;
	}
#main
	{
		height: 599px;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		/*border: 1px solid #0022ff;*/
		background-image: url(images/index/Index_BG.png);
	}	
#enter
	{
		float: left;
		position: relative; 
		top: 475px;
		left: 220px;
		height: 44px;
		width: 359px;
		/*border: 1px solid #cccccc;*/
	}
#mailform
	{
		float: left;
		position: relative;
		top: 30px;
		left: 250px;
		height: 500px;
		width: 300px;
		padding: 5px 10px 5px 10px;
		border: 3px solid #000000;
		background-color: #ffffff;
		font-family: sans-serif;
		font-size: 12px;
	}
#buttons
	{
		float: left;
		position: relative;
		top: 507px;
		left: 262px;
		height: 45px;
		width: 155px;
		/*border: 1px solid #000000;*/
	}
#homebutton a 
	{
		display:block;
		width: 151px;
		padding:20px 0px 20px 0px;
		background: url(images/buttons/Home_Button.png) 0 0 no-repeat;
		text-decoration: none;
		/*border: 1px solid #004400;*/
	}
#homebutton a:hover 
	{ 
		background-position: 0 -20px;
		background: url(images/buttons/Home_Button_over.png) 0 0 no-repeat;
	}
#filmbutton a 
	{
		display:block;
		width: 151px;
		padding:20px 0px 30px 0px;
		background: url(images/buttons/Films_Button.png) 0 0 no-repeat;
		text-decoration: none;
		/*border: 1px solid #004400;*/
	}
#filmbutton a:hover 
	{ 
		background-position: 0 -20px;
		background: url(images/buttons/Films_Button_over.png) 0 0 no-repeat;
	}	
#contactbutton a 
	{
		display:block;
		width: 151px;
		padding:20px 0px 30px 0px;
		background: url(images/buttons/Contact_Button.png) 0 0 no-repeat;
		text-decoration: none;
		/*border: 1px solid #004400;*/
	}
#contactbutton a:hover 
	{ 
		background-position: 0 -20px;
		background: url(images/buttons/Contact_Button_over.png) 0 0 no-repeat;
	}	
#pressbutton a 
	{
		display:block;
		width: 151px;
		padding:20px 0px 20px 0px;
		background: url(images/buttons/Press_Button.png) 0 0 no-repeat;
		text-decoration: none;
		/*border: 1px solid #004400;*/
	}
#pressbutton a:hover 
	{ 
		background-position: 0 -20px;
		background: url(images/buttons/Press_Button_over.png) 0 0 no-repeat;
	}	
