/* CSS Document */
body, html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background:#3a2214 url(../images/intro/body_repeat.jpg) top left repeat-x;
	font-size:12px;
	color:#808080;
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	min-height:680px;
	min-width:995px;
}
* {
	outline:none;
}
a {
	color:#808080;
	text-decoration:none;
	outline:none;
}
a img {
	border:none;
}
/*a:hover, a:focus {
	color:#f00;
}*/
#site {
	text-align:center;
}
.big {
	font-size:32px;
}


#intro{
	position: absolute;
	top: 50%;
	left: 50%;
	width:995px;
	height:680px;
	margin-left:-497px;
	margin-top:-340px;
}
#IE6fix {
	height:680px;
	width:995px;
}