a {
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: underline;
}


body {
	font-family: Times, Verdana, Arial, Helvetica;
	font-size: 12px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	background-color:#220553;
}

img {
	border: 0px;
}

div.content {
	position: absolute;
  	top: 10px;
	left:230px;
	width:700px;
	height:auto;
}

div.menu {
	position: absolute;
  	top: 10px;
	left:10px;
	width:210px;
}

div.bottom {
	position: absolute;
  	bottom: 10px;
	left: 10px;
	width:210px;
}
