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

body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #ffffff;
}

h1 {
	color: #ffffff;
	font-size: 24px;
	margin-top: 0px;
}

img {
	border: 0px;
}

p {

}

body div {
	text-align: left;
}

body>div {
	margin: 0px auto;
}

#container {
	width: 855px;
	background: url(../img/backGround.png);
}

#navBar {
	float: left;
	width: 271px;
	background-color: #ffffff;
}

#links {
	text-align: right;	
}

#links img {

	margin: 10px;
}

#rightBar {
	float: right;
	width: 584px;
}

#content {
	color: #ffffff;
	min-height: 425px;
	_height: 425px;
	margin: 20px;
	position: relative;
}

#footer {
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
