/* CSS Document */

/*RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

body {
	font-family: "Times New Roman", Times, serif;
	background: #1a0f00 url(../images/bg1.jpg) left top repeat-x;
	color: #e7ddcc;
}

a {color: #000;; text-decoration: none;}
a:hover {color: #000;; text-decoration: underline;}
a:focus {outline: none;}

.clr {clear: both;}

#wrapper{
	background: url(../images/bg2.jpg) center top no-repeat;
}

#wrapper2{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

h1{
}

h2{
}

h3{
}

h4{
}

p{
}


#info{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1000px;
	padding-bottom: 45px;
}

#info h1{
	color: #bd6600;
	font-size: 20px;
	padding-bottom: 15px;
}

#info a{
	color: #e7ddcc;
	text-decoration: none;
}

#info a:hover{
	color: #e7ddcc;
	text-decoration: underline;
}