﻿body {
	font-family: arial, helvetica,verdana;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	overflow: auto;
	border: 0;
	margin: 0 auto;
	padding: 0;
	list-style-type: circle;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	background-image: url('images/bkgd.png');
	background-repeat: repeat;
}

#outerwrap {
	width:770px;
	margin-left:auto;
	margin-right:auto; 
	background-image:url('images/bkgd2.png');
	height:100%;
	padding: 10px;
		position: relative;


}


#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	margin-top: 10px;
	position: relative;
	height: 100%;
}

#body{
	width: 750px;
	height: 100%;
}
