@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
} 
html,body{
	height:100%;
}
body {
	
	color: #CCCCCC;
	background-color: #0b0102;
	background-image: url(../_img/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	#flashcontent {
		height: 100%;
	}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#wrapper {
	position:relative;
	width: 700px;
	height:540px;
	margin:0 auto;
	text-align:left;
}
#wrapper2 {
	position:relative;
	width: 1044px;
	height:700px;
	margin:0 auto;
	text-align:left;
}
#wrapper3 {
	width:955px;
	background:#8a1118;
	margin:0 auto;
	border:#7a1e1e thin solid;
}
#privacy{font-size:.9em;}
td{padding:10px;}
a:link {
	font-weight: bold;
	color: #FFFFFF;
}
fieldset { border:#bd7d9e thin solid;}
h1 {font-weight:normal; color:#f0b471; }
h2{ font-weight:normal; color:#bd7d9e;}

.tblborder td{padding:5px;}


