/* CSS Document */
body{
	margin:0;
	background-color: #282828;
	color: #FFFFFF;
	/*background-image: url(images/bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
}

#logo{
	text-align: center;
	width: 300px;
	position: absolute;
	right: 20px;
	top: 20px;
}

#contact{
	text-align: right;
	font-family: verdana;
	font-size: 12px;
	position: absolute;
	right: 40px;
	top: 280px;
	width: 280px;
}
#contact a{
	text-decoration: none;
	color: black;
	font-weight: bold;
	color: #FFFFFF;
}
#contact a:hover{
	text-decoration: underline;	
}
#contact span{color: #7CC242;}

