
/*---------- StyleSheet by MediaNovak.com ----------*/

/*---------- mmainStyle ----------*/

html, body {
	height:100%;
	/* fallback */
	background-color: #e8e8e8;
	background-position: center center;
	background-repeat: no-repeat;
	  
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#e8e8e8));
	  
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #ffffff, #e8e8e8);
	  
	/* Firefox 3.6+ */ 
	background: -moz-radial-gradient(circle, #ffffff, #e8e8e8);
	  
	/* IE 10 */ 
	background: -ms-radial-gradient(circle, #ffffff, #e8e8e8);
	  
	/* Opera cannot do radial gradients yet */
}

body {
	margin:0;
	padding:0;
	overflow:hidden;
}

#flashContent {
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
}


#socialMedia {
	width:400px;
	height:29px;
	z-index:101;
	bottom:0;
	left:0;
	margin-left:10px;
	display:block;
	position:absolute;
	z-index:2;
}

.buttonTwitter {
	float:left;
}

.buttonFacebook {
	float:left;
	height:21px;
	bottom:0;
}

.buttonPlus {
	float:left;
	height:21px;
	bottom:0;
}

#copyright {
	height:34px;
	width:200px;
	background: url(../images/copyright.png) no-repeat left;
	background-position: 0px 8px;
	bottom:0;
	right:10px;
	margin-right:10px;
	position:absolute;
	z-index:3;
}

h1 {
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 500;
}

h1 a {
	color:#222222;
	text-decoration:none;
}

h1 a:hover {
	color:#ce0029;
	text-decoration:none;
}