<!--
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: small;
}
body {
	background-color: #000;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:justify;
}
a {
	font-weight: bold;
	color: #CCC;
}
a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #e9e9e9;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
#apDiv1 {
	width:495px;
	z-index:1;
	border:solid;
	border-width:thin;
	border-color:#666;
	background-image:url(img/div-bg.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	overflow:auto;
	float:left;
	margin-right: 10px;
}
#apDiv2 {
	width:200px;
	z-index:1;
	border:solid;
	border-width:thin;
	border-color:#666;
	background-image:url(img/div-bg.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	overflow:auto;
	float:left;
}
#maindiv {
	position:absolute;
	left:250px;
	top:150px;
	width:750px;
	z-index:1;
	padding: 10px;
	height:110%

}
#menu {
	border:solid;
	border-width:thin;
	border-color:#666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height:40px;
	display:table-cell;
	vertical-align:middle;
	padding-left:15px;
	padding-right:15px;
	background-image:url(img/menu-bg.png);
}
-->
