body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	background: #3f3f3f url(../images/index-bg.jpg) repeat-x -200px 50px;
}
.container {
	position: relative;
	top: 175px;
	width: 488px;
	height: 100%;
	margin: auto;
}
.logo {
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
}
.left {
	float: left; 
	width: 240px;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 20px;
	position: relative;
}
.right {
	float: right; 
	width: 240px;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 20px;
	position: relative;
	text-align: right;
}
.center {
	clear: both;
	width: 100%;
	margin: auto;
	padding-top: 1em;
	font-weight: bold;
	font-size: 10pt;
	position: relative;
	text-align: center;
}
.stripe{
	background: url(../images/red-stripe.gif) repeat-x;
	height: 15px;
	width: 100%;
	margin-top:200px;
}

a, a:link, a:visited {
	text-transform: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
}

a:hover {
	color: #bfbfbf;
	border-bottom: 1px dotted #bfbfbf;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.img, a.img:link, a.img:visited {
	text-transform: none;
	color: #fff;
	border-bottom: none;
	font-weight: normal;
	font-style: normal;
}
a.img:hover {
	color: #bfbfbf;
	border-bottom: none;
	font-weight: normal;
	font-style: normal;
} 
