body {
	background: #000000 url(bgstripes.gif) repeat;
	margin: 0px;
	cursor: default;
}

body, table, td, tr, p, div {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

.main {
	text-align: center;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.transp {
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	height: 110px;
}

.transpic {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

.footer {
	text-align: center;
	padding: 5px;
	position: relative; 
	top: -110px;
}

.content {
	position: relative;
	top: -70px;
	padding-left: 10px;
}

.side {
	width: 220px;
	background: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

h1 {
	font-size: 16px;
	line-height: 0px;
	color: #f78421;
}

h2 {
	font-size: 14px;
	line-height: 12px;
	color: #f8aa21;
}

.indent1 {
	margin-left: 20px;
	margin-bottom: 8px;
	line-height: 13px;
}

.indent2 {
	margin-left: 50px;
	margin-bottom: 8px;
	line-height: 13px;
}

.first {
	margin-bottom: 8px;
}