

	* {
		margin: 0; padding: 0;
	}
	
	html {
		background: #ebf0f3 url(bhg.png) repeat-x;
	}
	
	a {
		color: #0CF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		color: #f70063;
	}
	p {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#container {
		position: relative;
		width: 750px;
		margin: 0 auto;
	}
	
	h1 {
		position: absolute;
		width: 135px; height: 191px;
		top: 0; left: 0;
		background: url(log.gif);
	}
	
	h1 a {
		display: block;
		width: 135px; height: 191px;
	}
	
	h1 span { display: none; }
	
	.voscilo {
		height: 106px;
		padding-left: 135px; padding-top: 85px;
	}
	.voscilo strong {
		font-size: 24px;
	}
	
	#nav {
		list-style: none;
		height: 34px;
		background: url(bar.gif);
	}
	
	#nav li {
		position: absolute;
		width: 240px;
		line-height: 28px;
	}
	#nav li strong {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	
	#nav li.cool {
		left: 0;
		text-align: left;
		padding-left: 135px;
	}
	#nav li.notcool {
		right: 0;
		text-align: right;
		padding-right: 135px;
	}
	
	#main {
		padding-top: 50px;
	}
	
	#main .xtra {
		padding: 50px 135px 25px 135px;
		font-size: 14px;
	}
	
	#player { padding: 0 135px; }
