
body
{
	background-color: #000000;
	background-image: url(images/spkez-bkgrnd5.jpg);
	background-repeat: no-repeat;
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 12pt;
	color: #FFF;
}

#container
{
 	margin: 150px 0 0 50px;
	width: 450px;
	float: left;
}

p
{
	color:white;
	font-family: sans-serif;
	margin-bottom: 2px;
}

a { text-decoration: none; }
a:link, a:visited
{
	color: #FFF;
	background: #000;
	padding: .2em .2em .2em .2em;
	border-bottom: 1px solid #FFF;
}
a:hover, a:active
{
	color: #000;
	background: #aaa;
}

#sidebar
{
 	margin: 150px 0 0 20px;
	width:300px;
	float:left;
	font-size: 66%;
	text-align: center;
}

#sidebar p
{
	font-size: 95%;
	text-align: left;
}

#sidebar a, a:link, a:visited, a:hover, a:active
{
	margin: 0;
	padding: 0;
	color: #FFF;
	border-bottom: 0;
}	
        
#close
{
	clear: both;
	padding-top: 10em;
	text-align: center;
	font-family: courier, mono-space;
	font-size: 66%;
	font-variant: small-caps;
}

