@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}

#links {
	width: 100px;
	height: auto;
	float: left;
}

#mainimg {
	width: 850px;
	height: 567px;
	margin: auto;
	background-image: url(images/main.jpg);
}

#weblinks {
	color: ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 250px;
}

	a.scrollover {
      /* Default Colour/Styles here */
      color: #666666;
}
   a.scrollover em:first-line {
      /* Rollover Colour/Styles here */
      color: #CCCCCC;
}