body {
        background: black;
        font-family: arial;
}

ul {
        list-style-type: none;
        border: 0px black solid;
}

ul li {
	color: black;
}

#logo {
	color: white;
	width: 620px;
	height: 40px;	
	font-size: x-large; 
}

#logo a {
	color: gray;
	text-decoration: none;
}

#ebox {
	border: solid red 0px;
	background: black;
	width: 65px;
	height: 480px;
}

#obox {
        border: solid red 0px;
	background: white;
        width: 620px;
        height: 480px;
	float: left;
}

#sbox {
        border: solid red 0px;
	background: white;
        width: 620px;
        height: 680px;
	float: left;
	font-size: small;
}

#spacer {
	float: left;
	width: 400px;
}

#facebooknjunk {
	float: right;
	width: 150px;
}


#myaudio {
	border: solid green 0px;
	width: 620px;
	height: 75px;
	padding: 10px 10px;
	margin: 10px auto;
}

#icy {
	border: solid blue 0px;
	width: 620px;
	height: 50px;
	font-size: small;
}
#lastlog {
	border: solid blue 0px;
	width: 620px;
	height: 300px;
	font-size: small;
}

#copyright {
	border: solid blue 0px;
	width: 620px;
	color: grey;
	font-size: small;
}

#smallmirror {
	font-size: small;
}
