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

body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}



#wrapper {
	text-align: left;
	width: 760px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background-color: #FFF;
	height: 400px;
	width: 760px;
	margin-top: 5em;
	font-size: 15px;
}
#contentLeft {
	text-align: justify;
	float: left;
	width: 350px;
	height: 370px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contentRight {
	text-align: justify;
	float: right;
	width: 330px;
	height: 370px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer {
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: #000;
	z-index: 1;
	text-align: left;
	color: #FFF;

}
#footerRight {
	background-color: #000;
	float: right;
	height: 100px;
	width: 600px;
}
#footerLeft {
	float: left;
	height: 100px;
	width: 166px;
}

#padder {
	height: 100px;
	width: 760px;
}

