@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/pageback.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 60px;
	margin-left: 0px;
}

a:link {
	color: #FFF;
	text-decoration: underline;
}

a:visited { 
	color: #FFF; 
	text-decoration: underline; 
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active { 
	color: #FFF; 
	text-decoration: underline;
}

.divGohome{
	font-family: "Trebuchet MS";
	color: #666;
	font-size: 11px;
	height: 20px;
	padding-top: 5px;
}

