/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: white;
	background-color: black;
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover, a.active {
	color: red;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 994px;
	height: 700px;
	overflow: hidden;
	background-image: url(images/background_body.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	clear: both;
	margin-top: 0px;
}


.logo {
	height: 500px;
	overflow: hidden;
}

.col640 {
	width: 626px;
}

.box90 {
	height: 55px;
	overflow: hidden;
}

.nav {

}

.nav div {
	width: 310px;
}

.nav a {
	width: 310px;
	display: block;
	height: 24px;
	color: #CCC;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	letter-spacing: 0.08em;
}

.nav .collision a, .nav .card a, .nav .collision, .nav .card {
}

.nav a:hover {
	color: #FFC;
}