@charset "UTF-8";
/* CSS Document */

html
{
	background: url(images/) repeat;
	margin:0px;
	height:100%;
	background-color: #1A130C;
}

body
{	
	font-family: georgia, times, serif;
	font-size:9pt;
	line-height: 17pt;
	text-align: center;
	color: #666;
	margin: 0px;
	height:100%;
}
ul, li, img, body, html, p, h3
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #666;
}



a img
{
	border: none;
}

#wrapper {
	width: 1050px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto ;
	text-align:left;
}

#mainContent {
	background-color:#1A130C;
	height:700px;
	
}
