* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html, body {
	overflow: hidden;
	font-family: verdana;
	color: #C3D3D2;
	font-size: medium;
}

body {
	background-color: #1A1F30;
}

#wrap {
	position: absolute;
	height: 100%;
	width: 720px;
	left: 50%;
	margin-left: -360px;
}

#left {
	height: 100%;
	width: 360px;
	float: left;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	background-color: #C3D3D2;
}

#right {
	width: 360px;
	float: right;
}

#logo {
	margin-top: 90px;
	width: 360px;
	height: 190px;
	background-image: url("../images/logo.jpg");
}

#content {
	padding: 1em;
}
