body,p,ul,ol,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

body { 
	background: #000000 url(../img/bg.jpg) no-repeat center top; 
	font-family: "Trebuchet MS", sans-serif;  
	font-size: 1em;
	text-align: center;
	color: #fefefe;
	line-height: 1.4em
}
a { color: #fefefe; text-decoration: underline }
a:hover { text-decoration: none }
.wrap { width: 975px; position: relative; margin: 0 auto; text-align: left; }
#logo { position: absolute; width: 171px; height: 110px; right: 30px; top: 10px; text-align: left; z-index: 100 }
#logo a { display: block; background: url(../img/logo.png); width: 171px; height: 110px; text-indent: -9999px; }
* html #logo a { background: none; }
* html #logo { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png'); }

.content { width: 425px; position: relative; margin: 0 0 0 505px; padding: 160px 0 0 0; }
.content ul { margin: 0 0 0 105px; }
.content ul li { margin: 0 0 15px 0; list-style: none; font-size: 0.88em; }
.content ol li { margin: 0 0 4px 0; font-size: 1em; }

.content ul li span { 
	float: left;
	width: 80px;
	text-align: right; 
	font-weight: bold;
	color: #ffffd9;
	margin: 0 10px 0 -90px;
}
.content ul li p { line-height: 1.2em }
.content ul em { font-size: 1em; font-weight: bold; font-style: normal }
.last { margin-bottom: 15px }
