﻿a {
	text-decoration: none;
	color: #808080;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.body {
	background-color: #000000;
}
.main {
	background-position: center 310px;
	width: 100%;
	height: 670px;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
}
.td {
	text-align: center;
}
.title {
	font-family: Copperplate Gothic Light,Courier New,Courier;
	font-size: 40pt;
	color: #808080;
}
.subtitle {
	font-family: Copperplate Gothic Light,Courier New,Courier;
	font-size: 24pt;
	color: #808080;
}
.text {
	font-family: Copperplate Gothic Light,Courier New,Courier;
	font-size: 10pt;
	color: #808080;
}

