/* CSS Document */

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:0;
	margin:0;
}
html body {
	font-size:x-small; /*for IE5/Win */
	font-size: small; /*For other IE Versions */
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

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

*
{ 
	padding:0;
	margin:0;
}

p
{
	margin:10px 20px;
	padding:0px 10px 10px 10px;
	font-size:12px;
	color:#FFFFFF;
}	

h1
{
	font-size:125%;
	color:#FFFFFF;
}
.contentDiv 
{
	position:relative;/*must use relative*/	 
	width:760px;/*width of content*/
	margin-right:auto;
	margin-left:auto;
	padding:0;
	margin-bottom:0;
	background-color:#000000;
	/*height:46.5em;*/
}

.topDiv
{
	position:relative;
	width:770px;
	height:221px;
	background-image:url(images/topimg.gif);
	background-repeat:no-repeat;

}

.linkDiv
{
	position:absolute; 
	width:145px; 
	height:263px; 
	top:210px; 
	left:60px;
	text-decoration:none;
}

.linkDiv li
{
	background-image:url(images/link.gif);
	background-repeat:no-repeat;
	height:37px;
	width:144px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:12px 0px;
	text-align:center;
	list-style:none;
}