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

body {
	background-attachment:fixed;
	background-color:#171717;
	background-position:center top;
	background-repeat:no-repeat;
	background-image: url(images/back1.jpg);
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF00;
	text-decoration: none;
	font-weight: bold;

}

.buck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
.buckred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
#header {
	width: 686px;
	height: 191px;
	background: url(../images/contact_bg.jpg) #FFFFFF no-repeat center;

}



