/*
 ----------------------------------------------------
 www.Unit9.com
 Riccardo Giraldi
 mail: riccardo.giraldi@gmail.com
 ----------------------------------------------------
 */
/* general page definition */
* {
	margin: 0;
	padding: 0;
	color: #C4A370;
}

html, 
body, 
form, 
fieldset, 
img, 
object, 
embed {
	border: none;
}

html, 
body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #7B0503;
	color: #C4A370;
	overflow: hidden;
}

body {
	text-align: center;
	font-family: Verdana, Helvetica, "Lucida Grande", "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

object, embed {
	background-color: #7B0503;
	}
	
#preload {
	visibility: hidden;
	}
	
/*  checker */
#checker {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 400px;
	margin-left: -200px;
	margin-top: -200px;
	text-align: center;
	}
	
#upgrade {
	position: relative;
	}
	
	#upgrade .bg {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		opacity: .50;
		-moz-opacity: 0.5;
		}
	
	#upgrade .msg {
		position: relative;
		padding: 10px;
		}
	
	#upgrade .msg h1 {
		margin: 0 0 10px 0;
		font-weight: 400;
		font-variant: small-caps;
		}
	
	#upgrade .msg p {
		margin: 0 0 5px 0;
		}
	
	#upgrade .msg a#update_btn,
	#upgrade a#email {
		display: block;
		margin: 10px;
		text-decoration: none;
		}
	
	#upgrade a#email {
		margin: 20px 0 0 0;
		}
		
	#upgrade a#email:hover {
		text-decoration: underline;
		}

/* mainSite */
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1057px;
	height: 645px;
	margin-left: -528px;
	margin-top: -327px;
	padding: 1px;
	text-align: center;
	background: #7B0503 url(/assets/images/frame.jpg) no-repeat top;
	}

#swf_app {
	position: absolute;
	left: 128px;
	top: 120px;
	width: 800px;
	height: 400px;
	}

#supersize {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	}