
html, body	{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: black;
}

#main	{
	position: absolute;
	top: 55px;
	margin-left: 50px;
	margin-right: 50px;
	z-index: 1;
	margin-bottom: 50px;
}

#links	{
	float: right;
	margin: -10px 30px 10px 30px;
	background: #CCCC99;
	width: 300px;
	/*padding: 10px 60px 10px 60px;*/
}

#links a:link	{
	margin-left: 50px;
	color: #006699;
}

#links a:hover	{
	margin-left: 50px;
	color: #FF0000;
}

#linktitle	{
	font-size: larger;
	font-weight: bold;
	margin-left: 30px;
	text-decoration: underline;
	color: #006699;
}

#name	{
	position: absolute;
	top: 10px;
	left: 100px;
	z-index: 2;
}

#content	{
	background: #006699;
	padding: 20px;
	color: white;
}

.left	{
	float: left;
	padding: 20px;
}

.maintop {
	background: #006699 url(../images/black_tr.gif) no-repeat top right;
}

.mainbottom {
	background: #006699 url(../images/black_br.gif) no-repeat bottom right;
	margin-bottom: 50px;
}

#linktop	{
	background: #CCCC99 url(../images/blue_tr.gif) no-repeat top right;
}

#linkbottom	{
	background: #CCCC99 url(../images/blue_br.gif) no-repeat bottom right;
}

img.cnr {
width:30px;
height:30px;
border:none;
display: block !important;
}

a:link {
	color: #ffffff;
}

a:hover	{
	color: #FFFF00
}

a:visited {
	color: #dddddd;
}
