
* {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* mac hide \*/
html,body {
	width: 100%;
	height: 100%;
	}
/* end hide */

body 
{ 
	text-align: center;
	font: 12px Helvetica, Arial, sans-serif; 
	color: #fff;
	background: url('../images/main_bg.jpg') no-repeat #150100;
	background-position: top center;
	text-align: center;
	min-width: 1200px;
	min-height: 750px;
}

a	{
	color: #4b3422;
	}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
	}

a img {
	border: none;
	}
	
#wrap 
{
	width: 100%;
	height: 750px;
	display: table;
	vertical-align: middle;
}
	
#container {
	position: relative;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	}

#swf {
	width: 1200px;
	height: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}


div.footer 
{
	margin-top: 5px;
	font-size: 11px;
	
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#92562f;
}

div.footer a 
{
	font-size: 11px;
	text-decoration: none;
	color:#92562f;
}