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

.parent {
	width:640px;
}

body {
	background-color: #000;
	background-image: url(/template/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}


.content {
	background-attachment: scroll;
	background-image: url(/template/contentbg.png);
	background-repeat: repeat-y;
	padding-left:20px; 
	padding-right:20px;
	height:100%;
}
.table {
	width:640px;
	border:0px;
	margin:0px;
	color:#FFF;
}

img {
	border-style: none;
}
body,td,th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;

}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F00;
}
