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

body {
	background-image:url(../images/index_bg.gif);
	background-repeat:repeat-x;
	background-color:#3d2264;
	padding:0;
	margin:0;
	}
		
#container {
	background-image:url(../images/splash_bg.gif);
	background-repeat:no-repeat;
	width:1024px;
	height:900px;
	padding:0;
	margin:0 auto;
	}
	
#container #main {
	position:relative;
	width:950px;
	margin:0 auto 0 auto;
	padding:0;
	vertical-align:top;
	}
	
#container #main #content {
	position:relative;
	margin:0;
	width:600px;
	text-align:center;
	margin-left:160px;
	padding:0;
	padding-top:100px;
	}
	
#container #main #content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.95em;
	color:#fbee58;
	}
	
#container #main #content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.8em;
	color:#fbee58;
	}
	
#container #main #content h3 {
	font-family:"Garamond", "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:.85em;
	color:#fff;
	letter-spacing:.1em;
	}
	
img {
	border:0;
	padding:2px;
	margin:3px;
	}
