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

html,body{
height:100%;
background: #fdfdfd url(images/top_bg.png) repeat-x;
margin: 0px;
padding: 0px 0px 0px 0px;
}
#wrapper #page {
	position: absolute;
	width: 800px;
	left: 225px;
	height: 587px;
}
#wrapper #page #head {
	position: absolute;
	height: auto;
	width: 100%;
}
#wrapper #page #head #logo {
	background-image: none;
	position: absolute;
	height: 45px;
	width: 296px;
	left: 21px;
	top: 5px;
}
#wrapper #page #head #logo h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	font-size: 30px;
	width: 263px;
	height: auto;
	position: absolute;
	left: 3px;
	top: 2px;
}


/* Wrapper */
#wrapper{
	position:relative;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper #page #welcome {
	background-image: url(images/bg_frame.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 180px;
	width: 616px;
	left: 97px;
	top: 108px;
	border: thin solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}
#wrapper #page #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	position: absolute;
	height: auto;
	width: auto;
	left: 196px;
	top: 312px;
}

#wrapper #page #welcome blockquote h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}
#bottom{
	height:179px;
	width:100%;
	width:100%;
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 0px;
	left: -3px;
	top: 410px;
	right: 0px;
	position: absolute;
}
#wrapper #page #head #logo a {
	color: #FFF;
}
