#wrapper {
	width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 18px;
}
body {
	margin: 0px;
	color: #FFF;
	background-color: #000;
}
#header {
	height: 190px;
	width: 1000px;
	margin: auto;
	background-image: url(../images/logo-page.jpg);
}
#navbar {
	margin: auto;
	height: 30px;
	width: 1000px;
	line-height: 27px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #03F;
	border-bottom-color: #03F;
	text-align: center;
}
#main {
	width: 700px;
	float: left;
}

#mainright {
	float: right;
	width: 150px;
}
#mainleft {
	width: 150px;
	float: left;
	margin: auto;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#bottom {
	clear: both;
	margin: auto;
	height: 45px;
	width: 1000px;
	text-align: center;
	line-height: 30px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00F;
	border-bottom-color: #00F;
}

.largetext {
	font-size: 24px;
}
