* { margin: 0; padding: 0; }

html {
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 80%;
	background-color: #FFF;
	background-image: url(images/uv_bg.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	cursor: crosshair;
	color: #000000;
}
#divWrapper {
	width: 474px;
	z-index: 100;
	margin: 0 0 0 145px;
	top: 15px;
	background-color: transparent;
	background-repeat: repeat-y;
}
/*******************************

THE FIXED BLADE EFFECT COURTESY OF SCOTT KIEKBUSCH, ADJUSTAFRESH.COM

*******************************/
#extraDiv1 {
	background-image: url(images/bla_24.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 700px;
	position: fixed;
	left: 0px;
	z-index: 200;
	margin: 0;
	top: 0px;
}
#extraDiv2 {
	background-image: url(images/frizz2.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 636px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 302;
	margin: 0;
}
#extraDiv4 {
	background-image: url(images/);
	background-repeat: no-repeat;
	height: 328px;
	width: 646px;
	position: relative;
	left: 120px;
	z-index: 265;
}
#divLogo h1 {
	height: 168px;
	width: 465px;
	text-indent : -9999px;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 300;
	background-image: url(images/uv_logo2.png);
}
#divLogo h1 a {
    height: 650px;
    width: 119px;
	display: block;
	text-decoration:none;
}
#divLogo h1 a:hover {
	background: url(images/uv_logo2.png) no-repeat top left transparent;}

#divLogo2 h1 {
    height: 270px;
    width: 125px;
	background: url(images/vag_1.png) no-repeat top right transparent;
	text-indent : -9999px;
	display: block;
    position: absolute;
    top: 15px;
    left: 675px;
    z-index: 300;
}
#divLogo2 h1 a {
    height: 238px;
    width: 75px;
	display: block;
	text-decoration:none;
}
#divLogo2 h1 a:hover {
	background: url(images/vag_logo.png) no-repeat top left transparent;}

#divHeader {
	width: 657px;
	z-index: 100;
	background-image: url(images/header_red2.png);
	background-repeat: no-repeat;
	height: 136px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#divContent h1 {
	background-image: url(images/tx_info.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	top: 25px;
	left: 0px;
	position: relative;
	margin: 0 0 30px 0;
	height: 134px;
	width: 418px;
}
#divContent h2 {
	background-image: url(images/tx_dance.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	top: 25px;
	left: 0px;
	position: relative;
	margin: 0 0 30px 0;
	height: 72px;
	width: 418px;
}
#divContent h3 {
	background-image: url(images/tx_past.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	top: 25px;
	left: 0px;
	position: relative;
	margin: 0 0 30px 0;
	height: 46px;
	width: 418px;
}
#divContent h4 {
	background-image: url(images/tx_related.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	top: 25px;
	left: 0px;
	position: relative;
	margin: 0 0 30px 0;
	height: 62px;
	width: 418px;
}
#divContent h5 {
	background-image: url(images/tx_listen.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	top: 25px;
	left: 0px;
	position: relative;
	margin: 0 0 30px 0;
	height: 45px;
	width: 418px;
}
#divContent {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	letter-spacing: 0.02em;
	word-spacing: 0.1em;
	position: relative;
	top: 225px;
	width: 430px;
	margin: 0 15px 0 39px;
	background: transparent;
	z-index: 199;
}
	
#divContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	font-variant: small-caps;}
		
#divContent a:link {
	color: #FF3333;
	text-decoration: none;}

#divContent a:hover {
	border-bottom: 1px dotted #FF3333;}
	
#divContent a:visited, a:active{
	color: #FF3333;
	text-decoration: none;}
