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

html
{
}

body
{
	background: url('../images/sunrise.jpg') top center no-repeat #900;
	background-attachment: fixed;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper
{
	width: 960px;
	margin: 120px auto 50px auto;
	background: url('../images/background.png') no-repeat;
	position: relative;
}

	#header
	{
		width: 960px;
		height: 330px;
	}
	
		.title
		{
			position: absolute;
			top: 25px;;
			right: 233px;
			background: url('../images/robin-cannon.jpg');
			width: 146px;
			height: 40px;
			text-indent: -5000px;
		}
	
	#content
	{
		width: 960px;
		background: #000;
	}
	
		#main
		{
			color: #fff;
			position: relative;
			top: -72px;
			left: 40px;
			width: 519px;
		}
	
	#footer
	{
		width: 960px;
		height: 286px;
		background: url('../images/footer.gif') no-repeat;
		
	}


