/* CSS Document */
html,body{
	min-height:600px;
	height:100%;
}

body{
	background:#d2d4d5 url(../images/site_bg.jpg) repeat-x left top;
	margin:0;
	padding:0;
	text-align: center;
    min-height: 600px; /* For Mozilla/Opera/Safari */
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}

a{
	text-decoration:none;
	color:#888888;
	padding-left:0px;
	padding-right:0px;
}
a:hover{
	color:#eee;
}

img{
	border:0;
	padding:0;
	margin:0;
}
a img{
	border:0;
}

/*  Website Frame / Background
    ------------  */
	
div#site_frame{
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 964px;
    height: 100%;
}

div#position_content{
	top: 50%;
	margin-top: -240px; /* Half of splash height */
	margin-left: -46px;
	position: absolute;
}

div#site_block_top{
	width:964px;
	background:url(../images/page_top_cover_bg.gif) no-repeat left top;
	height: 449px;
	min-height:449px;
	padding-top:8px;
	overflow:visible;
	
}
div#site_block_main{
	background:url(../images/page_loop_bg.gif) repeat-y left top;
	width:964px;
	height:449px;
	overflow:visible;
	
}

div#site_block_footer{
	background:url(../images/page_bottom_bg.gif) no-repeat left bottom;
	height:449px;
	overflow:visible;
}
	

div#page_block{
	background:#f0eeee;
	margin-left:89px;
	height:440px;
	width:866px;
}

/*  cover page
    ------------  */
div#site_block_top.cover{
	background:url(../images/page_top_cover_bg.gif) no-repeat left top;
	
}
div#page_block.cover{
	background: #8cb4e8 url(../images/cover_bg.jpg) no-repeat left top;
}

div#logo{
	float:left;
	position:absolute;
	left:7px;
	top:75px;
	width:539px;
	height:138px;
}

div#birdy{
	float:left;
	position:absolute;
	left:752px;
	top:255px;
	width:138px;
	height:79;
}
div#enter_site{
	float:left;
	position:absolute;
	left:532px;
	top:315px;
	width:163px;
	height:48px;
}

div#enter_site a:hover img{
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	
}


div#cover_promo{
float:left;
	position:absolute;
	left:612px;
	top:115px;
	width:124;
	height:124px;
	}
