html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
html{	
	width: 100%;
	height: 100%;
	background: #a1c0da;
	background:url(../images/body_bg.png) repeat;
}
body {
	width: 100%;
	height: 100%;
	font: 62.5% Verdana, Arial, sans-serif;	
}
#container {
	margin:0 auto;
	width: 960px;
}

#header {
	height: 30px;
	max-height: 30px;
	overflow: hidden;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
}

#music { 
	float: right; 
	margin: 5px 20px 5px 10px;
}

#music li {
	float: left;
	margin-left: 20px;
}

#music li.speaker {
	padding-left: 30px;
	background: url(/music.png) no-repeat top left 
}

#music a:link,
#music a:visited,
#music a:hover {
	color: #fff;
	text-decoration: none;
}

