*
{
	margin: 0;
	padding: 0;
	outline: none;
	-moz-outline-style: none;
}
	
body
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	background: url("../img/bg_site.jpg") repeat-x scroll 0 0 #9fcbe2;
}

img
{
	border: 0px solid;
}
		
#wrapper
{
	position: absolute; 
	top: 0px;
	left: 0px;
	bottom: 0px; 
	right: 0px; 
	overflow: hidden;
	min-height: 700px;
}
		
#footer_container
{
	z-index: 100;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 0px;
}
		
#footer
{
	margin: 0 auto;
	padding: 0 10px 0 10px;
	height: 30px;
	width: 960px;
	background: url(../img/footer_back.jpg) repeat-x;
}

		
#meta a, #links a
{
	position: relative;
	font-size: 10px;
	float: left;
	margin: 8px 10px 0px;
	display: block;
	color: #555;
	text-decoration: none;
}

#links a
{
	float: right;
}

#like
{
	display: block;
	float: left;
	padding: 5px 0 0 153px;
	height: 25px;
	background: url("../img/footer_like_label.png") no-repeat scroll 0 4px transparent;
	width: 150px;
	margin-left: 89px;
}

#noflash
{
	background: url("../img/bg_noflash.jpg") no-repeat scroll 0 0 transparent;
	width: 1200px;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#noflash_content
{
	height: 400px;
	left: 423px;
	position: absolute;
	top: 204px;
	width: 560px;
}

#noflash_btn_download
{
	display: block;
	height: 150px;
	margin: 170px auto 0 auto;
	width: 97px;
	text-indent: -9999em;
	background: url("../img/bg_noflash_button.png") no-repeat scroll 0 0 transparent;
	
}

#noflash_btn_download:hover
{
	background-position: 0 -150px;
}

#noflash_content_copy
{
	position: absolute;
	left: 280px;
	top: 125px;
	z-index: 999;
	margin-left: -112px;
	width: 225px;
	text-align: center;
	color: #006daf;
	font-size: 14px;
	line-height: 18px;
	font-weight: regular;
}

#noflash_content_copy span
{
	display: none;
}


/* IE */
* html body { padding: 0px 0px 0px 0px;	}
* html #wrapper { height: 100%; width: 100%; }
