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

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



/* ALPHA CODE
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
*/


html {
	height: 100%;
}

body {
	height:100%;
	width: 100%;
	margin:0;
	color:#00FFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	line-height: 1.2em;
	background-image: url(textureBackground.jpg);
}

#container {
	background-color:#000000;
	width: 980px;
	height: 700px;
	margin: 0 auto;
	margin-top: 2%;
}


#footer{
	postition: relative;
	font-size: .7em;
	clear: right;
	color: #999999;
	}

#contact {
	position: relative;
	float: left;
	margin-top: 3px;
	

}

#contact strong{
	font-size: 1.25em;
	color:#FFFFFF;
}

#contact a:link{
	color: #00FFFF;
}

#contact a:hover{
	color:#CCCCCC;
}

#contact a:visited{
	color: #333333;
}

/*

A:visited
A:active
A:hover
*/
#copyright {
	postition: relative;
	margin-top: 3px;
	float: right;
	text-align: right;

}
