/* General */

html,body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	margin: 0;
	padding: 0;
	height: 100%;
}
.bg-left {
	background-image: url(bg_left.gif);
	background-repeat: repeat;
	background-position: right top;
}
.bg-right {
	background-image: url(bg_right.gif);
	background-repeat: repeat;
	background-position: left top;
}
.glow-left {
	background-image: url(glow_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.glow-right {
	background-image: url(glow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content {
	padding-top: 35px;
	padding-right: 75px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.content a {
	color: #FF0099;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.main {
	background-image: url(glow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.title {
	font-weight: bold;
	color: #FF0099;
}