* {
	margin: 0;
	padding: 0;
}
body {
	font: 75%/140% Verdana, Geneva, sans-serif;
	color: #fff;
	background: #000;
	}
h1 {
	font-size:175%;
	text-align:center;
	}
h2 {
	font-size:112.5%;
	padding-top:20px;
	}

p {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	}

#wrapper {
	width:820px;
	background:url(../vv_webimages/curtains2.jpg) no-repeat top center;
	margin: 0 auto 20px auto;
	position: relative;
	}
#headertemp {
	background: url(../janusbsimages/janusheadertemp.gif);
	height:250px;
	}
#introcontent {
	padding: 10px 100px 100px 100px;
	}
/* ----------------- link styles ----------------------*/
a:link {
	color: #F06;
	text-decoration: underline;
	}
a:visited {
	color: #F06;
	text-decoration:underline;
	}
a:hover {
	color: #093;
	text-decoration:underline;
	}
a:active {
	color: #F06;
	}
