html {
	height: 100%;
}

body { 
	height: 100%;
	background-color: #000;
	padding: 0;
	margin: 0;
}

body, p, td {
	color: #ccc;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a:link {
	color: #999999;
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #eee;
	text-decoration: underline;
	background-color: transparent;
}

a.purchase {
	font-size: 12px;
	color: orange;
	font-weight: bold;
}

a.download {
	font-size: 11px;
	color: orange;
}

td {
	color: #ccc;
	font-size: 11px;
	letter-spacing: 0px;
}

.title {
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
}

.subtitle {
	color: #999999;
}

.content { 
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 20px;
	scrollbar-face-color:#333333;
	scrollbar-track-color:#222222;
	scrollbar-arrow-color:#999999;
	scrollbar-shadow-color:#000000;
	scrollbar-dark-shadow-color:#333333;
	scrollbar-3dlight-color: #444444;
	scrollbar-highlight-color:#666666
}

.image {
	border: 1px solid #333333;
}

fieldset {
	width: 200px;
	float: right;
	border: 1px solid #333333;
	background-color: #111111;
	margin-left: 20px;
	margin-bottom: 20px;
}

legend {
	font-weight: bold;
}

input, select {
	border: 1px solid #666666;
	background-color: #444444;
	color: #999999;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 2px;
	margin-top: 4px;
}

input.button {
	color: #eeeeee;
	border: 1px solid #666666;
	background-color: #444444;
}