body {
	background-color: #000000;
	background-image: url("bg.jpg");
	font-family: helvetica, sans-serif;
	color: #ffffff;
	margin:0;
	padding:0;
	}

img { border: solid #ffffff 1px;}

hr{ color:#434343;}

#header {
	width:740px;
	padding: 0px;
    	margin: 0 auto;
	border:0px;
	background-color:#414141;
	background-image: url("header.png");
	position: relative;
	}

#main {
	width:750px;
	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 0px; 
	padding:5px 0px 5px 0px;
	border:0px;
	background-color:#414141;
	}

div#content {
	width:700px;
	margin-left: auto ;
  	margin-right: auto ;
	margin-top:5px; 
	padding:20px;
	border:none;
	background-color:#000000
	}

#content a:link {
	color: #414141;
	text-decoration: none;
	font-weight: bold;
	} 

#content a:visited {
	color: #191919;
	text-decoration: none;
	font-weight: bold;
	}

#content a:hover {
	color: #191919;
	font-weight: bold;
	border-bottom: solid #191919 1px;	}

#content a:link:active {
	color: white;
	background-color: #ffffff;
	}
