			BODY {
				background: url(img/bg.jpg) repeat-y;
			}
			#header {
				position: absolute;
				top: 0;
				left: 0;
			}
			#navbar {
				position: absolute;
				top: 123;
				left: 0;
				background: #ff5933;
				width: 801;
				height: 20;
			}
			#navbar table tr td {
				color: #ffffff;
				font-family: verdana;
				font-weight: bold;
				text-decoration: none;
			}
			#navbar table tr td a {
				color: #ffffff;
				font-family: verdana;
				font-weight: bold;
				text-decoration: none;
			}
			#navbar table tr td a:hover {
				color: #b22808;
			}
			#date {
				position: absolute;
				top: 160;
				left: 50;
				width: 700;
				background: #c43312;
				color: #ffcc00;
				font-family: verdana;
				font-weight: bold;
				font-size: 14pt;
				border: 1px black solid;
				text-align: center;
			}
			#date a {
				color: #ffcc00;
				
			}
			#content {
				width: 750;
				position: absolute;
				top: 220;
				left: 15;
				font-family: verdana;
				color: #001122;
			}
			
			#content a {
				color: #001122;
			}
			
			#sponsors {
				position: absolute;
				left: 812;
				top: 10;
				
			}
			
			#sponsors img {
				border: 1px black solid;
			}