@charset "UTF-8";


body {
	background-color: #151719;
	background-image: url(../images/back.jpg);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#wrapper1 

{
	margin-right: auto;
	margin-left: auto;
	width:1000px;
	position: relative;
}

#footer 

{
	clear:both;
	margin-top:0px;
	background:transparent;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p 

{
	font-size:0.7em;
	font-family:arial;
	font-weight:normal;
	line-height: 1.4em;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	text-align:left;
	margin:auto;
}

#footer a 
{
	font-size:1em;
	text-decration:none;
	font-weight:normal;
	color:#A67D41;
	text-align:center;
	text-decoration: none;
}

#footer a:hover

{
	text-decoration:underline;
	font-weight:normal;
	color:#A67D41;
	text-align:center;
}

#privacy {
	background-color: #00CC00;
	width: 400px;
	height: 40px;
}
#flash {
	width: 1000px;
	height: 820px;
}

