/* basic elements */

body {
	text-align:center;
	margin:0px;
	font: 12px georgia;
	color: #999999;
	background-color:#281102;
	}
a {
	color:#82693C;
	text-decoration:none;
	font-weight:bold;
	}

.right {text-align:right;}

/* specific container elements */

/* specific layout elements */

}
#Gradient {
	LEFT: 0px;
	WIDTH: 100%;
	BACKGROUND-REPEAT: repeat-x;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 479px
}


#Container {
	width:1066px;
	height:590px;
	position:absolute; 
	top:0px; 
	left:50%; 
	margin:0px auto auto -533px;
	background-color:#281102;
	}
	
#Footer{
    color:#82693C;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana;
	}


