	body 
	{
		background:url('images/background.png');
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:white;
	}

	.footer
	{
		background:black;
		height:25px;
		text-align:center;
		line-height:25px;			
	}	
	
	.topMenu
	{
		background:black;
		height:25px;
		margin-top:20px;
		text-align:center;
		line-height:25px;
	}
		
	.topMenu a
	{
		color:orange;
		text-decoration:none;
		margin:30px;
	}
	
	.topMenu a:hover
	{
		color:#996633;
	}
	
	.banner
	{
		background-image:url('images/logo.png');
		width:656px;
		height:92px;
		position:relative;
	}
	
	.wrapper
	{
		width:669px;
		position:relative;
		margin:auto;
	}
	
	.clear
	{
		clear:both;
	}
	
	.content
	{
		width:auto;
		height:350px;
		background:#666633;
		overflow:auto;
		padding:20px;
	}
}