body {
	margin: 0px;
	padding: 0px;
}
div.left {
	position: absolute;
	left: 50%; 
	top: 0px;
}
div.right {
	position: absolute; 
	ight: 50%; top: 0px;
}
.menu {
	color: #eaeaea; 
	font-size: 13px;
	text-align: justify;
	line-height: 13pt;
	cursor: default;
}

a {
color: white;
}

a:hover{
color: white;
text-decoration: none;
}

a.menu {
	color: black;
	cursor: pointer;
}
a.menu:hover {
	color: black;
	cursor: pointer;
}
.central {
	background: black; 
	height: 100%; 
	width: 375; 
	vertical-align: top;
}
.content {
	color: white; 
	font-size: 13px;
	padding: 15px;
}

h1 {
	font-size: 13px; 
	text-transform: uppercase;
	color: #f0630d;
}
