/*  
Theme Name: 
Theme URI: 
Description:
Version: 
Author: 
Author 

Table of Contents:
		global values
		general layout
		footer
		headings
*/

/* global values
----------------------------------------------- */

* { margin: 0; padding: 0; } /* Global Whitespace Reset */ 

body { 
	background: #435774 url(images/splash.jpg) no-repeat top center; 
	margin: 0 auto;
	font-family: tahoma, arial, verana, sans-serif;
	text-align: center;
	overflow: auto;
	}

p {font-size: 12px; color: #; line-height: 18px;}	
a {color: #; text-decoration: none;}
a:hover {color: #; text-decoration: none;}
img, a img{ border: 0; margin: 0;}
	
/* general layout
----------------------------------------------- */

#global_wrapper {
	background: url() repeat-y top center;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	text-align: left;
	}
	
	
	
	
	
	
	
	






