/* reset */
html, body { 
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent
}
body{ 
	line-height:1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #663399;
	background-color: #000;
}
/* background-image: url(bloodred2.jpg); background-repeat: no-repeat; background-attachment:fixed; */
li {
	margin: 5px;
	padding: 15px;
	white-space: nowrap;
	float: left;
	list-style:none
}
a, a:visited { 
	color: #333;
	text-decoration: none;
}
a:link {
	color: #663399;
}

.content {
	width: 500px;
	text-align: left;
	position: absolute;
	top:100px;
	left:300px;
	margin-bottom: 25px; }
.clear { clear: both; }
