@charset "ISO-8859-1";

body {
	background-color: #000;
	background-image: url(background.jpg);
/*	background-repeat: repeat-x; */
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FEBD0F;
}

a {
	color: #F06;
}

ul{
	list-style-image: url(bullet.gif);
	text-align: left;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
li{
margin-top:6px;
}

ul .new{
list-style-image: url(new.gif);
}

#countess {
	border-color: #F06;
	border-width: 3px;
	background-image: url(demo/img/head_piece.jpg);
	background-repeat: no-repeat;
	height: 494px;
	width: 270px;
	float: left;
}

.container {
	margin-bottom: 10px;
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
}

#title {
	background-image: url(susulogo.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 787px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: relative;
}

.footer {
	margin-bottom: 10px;
	top: 10px;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-color: #372408;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	text-align: center;
	margin-top: 10px;
	height: 12px;
	width: 160px;
	font-size: 10px;
	color: #503210;
	clear:both;
}

.footer a {
	font-size: 10px;
	text-decoration: none;
	color: #795129;
}

	

