/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding : 0;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

/* Rmoves list-styles from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font=weight to normal */
address, caption, cite, code, dfn, em, th, var, strong
{ font-style: normal; font-weight: normal; }

/* Removes border from table */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content:''; }

html
{ }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #CCCCCC;
}
/*
	Structure
*/
div {
	overflow: hidden;
}
div#site-container {
	position: absolute;	
	top: 50%;	
	left: 50%;
	background-image: url("images/site-container.png");
	background-repeat: no-repeat;
	width: 732px;
	height: 482px;
	margin-left: -366px;
	margin-top: -241px;
	padding: 16px;
	z-index: 2;
}
div#site {
	background-color: #A9B1A2;
	width: 700px;
	height: 450px;
}
div#background {
	position: absolute;	
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
div#background img {
	width: 100%;	
}
div#site-header {
}
div#site-main{
	height: 350px;	
}
h1 a {
	display: block;
	outline-style: none;
	height: 80px;
	width: 300px;
	text-indent: -9999px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	float: left;
	margin: 20px 10px 0 10px;
}
span#sub-title {
	display: block;
	height: 20px;
	margin-top: 30px;
	font-size: 17px;
}
a {
	color: #000000;
}
a:hover {
	color: #9C8F57;
}
.fadein { position:relative; height:340px; width:525px; }
.fadein img { position:absolute; left:0; top:0; } 


