@media screen
{	
	body {
		background-image: url(../images/body-background.png);
		background-repeat: repeat-x;
		background-color: #8b0908;
		margin: 0;		
		font-family: georgia, verdana, arial;
		font-size: 12px;
		color: #4c4c4c;
	}
	
	#page_margins {
		width: 950px;
		min-height: 500px;
		margin-left: auto;
		margin-right: auto;
		position: relative;		
	}
	
	#page {
		background-image: url(../images/page-background.png);
		background-repeat: no-repeat;
		background-color: white;
		background-position: 0 -46px;
	}
	
	#header {
		height: 150px;
		margin-top: 46px;
	}
	
	#header a img {
		border: 0;
	}
	
	#header #topnav {
		position: absolute; 
		right: 20px;
		top: -30px;
		color: #fff;
	}
	
	#header #topnav a {
		color: #fff;
	}
	
	#main {
		min-height: 500px;
		position: relative;		
	}
	
	#footer {
		padding-top: 10px;
		color: white;
		text-align: center;
		padding-bottom: 20px;
	}
	
	#footer a {
		color: white;
		text-decoration: underline;
	}
	
	#col2 {
		position: relative;
	}
	
}