﻿/**********************************************************
 X10D3.CSS
 **********************************************************
 Description: A CSS framework  - CSS Reset & Base classes
 Creator: TJ Presley - tj@xiode.net
 http://www.xiode.net
 
 File: screen.css
 Holds all the general styles.
 *********************************************************/

@import "common.css";

@media screen 
{
	body { background:#000 url(/!img/dasgift_mp_2009_tile.jpg) repeat-y top; }
	
	#Wrapper { width:960px; margin:0 auto; height:auto!important; height:100%; min-height:100%; position:relative; }
	#Hdr { background: url(/!img/dasgift_mp_mainimage2009.jpg) no-repeat; width:960px; height:440px; }
	#Cnt { width:890px; padding:20px 35px 160px; }
	#Cnt div.content {}
	#Ftr { position:relative; margin:-140px auto 0; background: url(/!img/dasgift_mp_footer.jpg) no-repeat; width:960px; height:181px; }
	
	.bodyNav { color:#B52407; font-size:1.4em; font-weight:bold; }
	.bodyNav a:link { color:#DCD4D1; text-decoration:none; }
	.bodyNav a:Visited { color:#DCD4D1; text-decoration:none; }
	.bodyNav a:hover, .bodyNav a:focus,	.bodyNav a:active { color:#B52407; text-decoration:underline; }
	
	
}
