<style type="text/css">
	
	html {height:100%; }

	
	body
	{
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		font: 85% Arial, Helvetica, sans-serif ;
		text-align: center;
		background-color:#000;
		border: none;
		overflow: hidden;
		background-repeat: no-repeat;
		 
		
	}
	
	#background
	{
				
		overflow: visible;
		float: left;
		position:fixed;
		width:100%;
		top:0;
		left:0;
		height: 100%;
		width: 100%;
		
				
		
				
	}
	
	
	
	#container
	{
				
		text-align: left;
		position: relative;
		float: left;
		
		
		
	}
	
	#header
	{
		height: auto;
		width: 320px;
		padding-left: 40px;
		padding-top: 0px;
		float:left;
		overflow: hidden;
		text-align:right;
		
		
	}
	
	#content
	{
		height: 500px;
		width: 500px;
		padding-top: 40px;
		float:left;
		overflow: hidden;

		
	}


	#content a
	{
		border:none;
		padding: 0px;
		margin:0px;
	}


	
	.img
	{
		border:none 0px;
		padding: 0px;
		margin:0px;
	
	
	}
	
		

	a
	{
		border:none;
		padding: 0px;
		margin:0px;
	
	}
	
	
