/*---------------------------------------------------
HTML, body
-----------------------------------------------------*/	 
* {
	margin: 0;
	}
html, body {	
	background : #f6de9a url(img/mainbg.jpg); 
	background-repeat: repeat;
	background-position: top left;   
	color : #7E8086;
	font : 9pt "Trebuchet MS", Helvetica, Georgia, "century gothic", verdana, arial, sans-serif;
	margin : 0 auto;	 
	height: 100%;  
}	 
/*---------------------------------------------------
Dividers, content boxes and footer 
-----------------------------------------------------*/	   
#container {
	background : transparent;    
	margin: 0px auto; 
	width: 1024px;
	height: 763px; 
}	 
#art {
	background : transparent; 
	position: absolute;  
	width: 1024px;
	height: 763px; 
}    
/*---------------------------------------------------
things we need
-----------------------------------------------------*/	   	
a:link, a:active, a:visited  {
	color : #5E6064;
	text-decoration : none;
	border-bottom : 0px;
}	  
a:hover {
	color : #bd273f;
	cursor : help;
	text-decoration : none;
	border-bottom : 0px; 
	-webkit-transition: color 500ms ease-in;
	-moz-transition: color 500ms ease-in;
	-o-transition: color 500ms ease-in;
	transition: color 500ms ease-in;
}
/*---------------------------------------------------
Omg Dead-end!  Did you enjoy the ride?
-----------------------------------------------------*/	  