@charset "UTF-8";

#bg{
	width:1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(images/photobackground2.png);
	background-position: center top;
	visibility: visible;
	width: 1024px;
	background-repeat: no-repeat;
	height: 724px;
	top: 10px;
}
.title {
	position: absolute;
	left: 50px;
	top: 50px;
	
}
.logo {
	position: absolute;
	height: 200px;
	width: 200px;
	top: 31px;
	left: 786px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}


body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
}
a img {
	border: solid 2px #FFFFFF;
}
a:hover img,
a:active img {
    border: solid 2px #999999;
} 
