@charset "UTF-8";
/* CSS Document */

			html { width: 100%; hieght: 100%; }
			body { width: 100%; height: 100%; background-color:#000000; background-image:url(images/background.jpg); background-attachment: fixed; margin: 0px; }
			#container { background-color: #000000; margin: auto; width: 780px; height: 1000px; border-left: medium solid #FFFFFF; border-right: medium solid #FFFFFF; }
			#header { position: relative; top: 0px; bottom: 0px; }
			#menu { position: relative; top: -6px; }
			#bottom { position: relative; top: -11px; }
			#title { position: relative; }
			#main { position: relative; height: 300px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; margin-left: 20px; margin-right: 20px; background-image: url(images/text_bg.jpg); background-repeat: no-repeat; padding-top: 15px; padding-left: 15px; padding-right: 15px; }
			#player { position: relative; }
			#ads { position: relative; }
			a:link { color: #FF0000; text-decoration: none; }
			a:active { color: #FF0000; text-decoration: none; }
			a:visited { color: #FF0000; text-decoration: none; }
			a:hover {color: #FFFFFF; text-decoration: none; font-weight: bold; }