body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #b3b3b3;
	background-image: url(../../intro/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

img {
	border: 0px;
}

#container {
	width: 968px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	position: relative;
}

a:link {
	text-decoration: none;
	color: #dfdfdf;
	font-size: 12px;
}

a:visited {	
	text-decoration: none;
	color: #dfdfdf;
	font-size: 12px;
}
	
a:hover {
	text-decoration: none;
	color: #ff0000;
	font-size: 12px;
}
	
a:active {
	text-decoration: none;
	color: #dfdfdf;
	font-size: 12px;
}

