@charset "utf-8";

body
{
	background-color: #0A090E;
	background-image: url(images/drops.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #8D8D8D;
	letter-spacing: normal;
	word-spacing: normal;
	
}
.styleone:link {
	color: #0F0D17; 
}
.styleone:visited {
	color: #0F0D17; 
}
.styleone:hover { 
	color: #0F0D17; 
}
.styleone:active { 
	color: #0F0D17; 
}

#music {
	float: right;
	height: auto;
	width: auto;
}

#wrapper {
	height: auto;
	width: 800px;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: 20px;
}
#footer {
	height: 55px;
	width: 796px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	
}

#menu {
	height: auto;
	width: auto;
}

#right {
	float: right;
	height: auto;
	width: 796px;
	border: 2px solid #333333;
	background-color: #0F0D17;
}
#pict {
	height: 160px;
	width: 796px;
	background-image: url(images/banner.jpg);
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
}
#cover {
	float: left;
	height: 153px;
	width: 190px;
	margin-top: 4px;
	margin-left: 4px;
}
#text1 {
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #0F0D17;
}


#middle {
	height: auto;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
#text {
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}

