body {
	background: #000 url(../../images/page/background.gif) center center no-repeat fixed;
	color: #ccc;
	margin: 0px;
}
p {
	font: 14px "Times New Roman", Times, serif;
	color: #CCC;
	text-indent: 15pt;
}
.bold {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
}
a:link, a:visited {
	font: bold 16px "Times New Roman", Times, serif;
	color: #eee;
	text-decoration: none;
	letter-spacing: 1px;
	vertical-align: middle;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	font: bold 16px "Times New Roman", Times, serif;
	color: #8A38BC;
	text-decoration: none;
}
h1 {
	font: bold 14px "Times New Roman", Times, serif;
	color: #CCC;
}
h2 {
	font: 14px "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
}
.copyright {
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: center;
	word-spacing: 5px;
	vertical-align: middle;
}

fieldset{
	border: 1px solid #ccc;
	margin: 25px;
	padding: 25px;
}
label{
	font: 14px "Times New Roman", Times, serif;
}

#promotions img{
	display: block;
	border: 1px solid #fff;
	margin: 5px auto;
	}
