@charset "utf-8";

img {
	border:0;	
}

p {
	margin:0;
	padding:0
}

html, body {
	height:100%;
	margin:0;
	padding:0
}

body {
	position:relative;
	min-width:968px;
	min-height:668px;
	background:#353535 url(../images/bg.gif) left top repeat-x;
}

#container {
	margin:-334px 0 0 -484px;
	position:absolute;
	top:50%;
	left:50%;
	width:968px;
	height:668px;
}

#container .inner {
	position:relative;
}

#container .shadow {
	position:absolute;
	left:0;
	top:0;
}

#flashcontent {
	width:950px;
	height:650px;
	position:absolute;
	left:9px;
	top:9px;
}




/* @group clearfix=================================================================== */
.clearfix:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/* End hide from IE-mac */
/* @end */

