/*
 *	CSS Reset
 */

html, body, form, pre, sub, acronym, fieldset, blockquote,
ul, ol, dl, li, dt, dd p, h1, h2, h3, h4, h5, h6, tt {
	/* Empty to reset */
}

/*
 *	Sections that need to be hidden for some reason have class "hidden"
 */

.hidden {
	display: none;
}

/*
 *	Default (global) page settings
 */

html {
	background-image: url(../images/background.png);
	background-color: #9ca48f;
	color: #ffffff;
	min-height: 768px;
	max-width: 1024px;
	min-width: 1024px;
	margin: auto auto;
}

div#page {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	z-index: 0;
	font-family: "Century Gothic",Arial,sans-serif;
}


div#header {
	width: 1024px;
	height: 200px;
	border: 1px solid red;
}

div#header img#name {
	float: left;
	border: none;
	margin: auto 0px auto 0px
}

div#header img#minx {
	float: right;
	border: none;
}

div#splashbackground {
	position: absolute;
	
}

div#welcome {
	width: 50%;
	position: relative;
	top: 250px;
	left: -40px;
	letter-spacing: 5px;
	line-height: 2em;
	font-size: 10pt;
	color: #000000;
	text-align: right;
	
}

div#welcome a {
	text-decoration: none;
	color: #ffffff;
	font-size: 11pt;
}

div#twitter { }


div#footer {
	padding: 0px 5px;
	font-size: 8pt;
	color: #404040;

}



div#subfooter {
	clear: both;
	position: absolute;
	top: 780px;
	font-size: 8px;

	
	width: 1024px;
	
} 



div#subfooter h1 {
	text-align: center;
	font-size: larger;
	font-weight: normal;
} 

div.linkbox {
	text-align: center;
	float: left;
	margin: auto; 
}





