body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}

#main {
	margin: 0px auto;
	width: 800px;
	height: 770px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

#vidmain {
	margin: 0px auto;
	width: 800px;
	height: 820px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

#header {
	top: 0px;
	position: relative;
	background-image: url(images/top.jpg);
	height: 228px;
}

#startlogo {
top: 150px;
position: relative;
}

.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060845;
}

#dfly {
	border: 1px solid #000000;
	float: right;
	position: relative;
	left: 510px;
	top: 90px;
	width: 102px;
}
#copy {
	float: left;
	position: relative;
	top: 125px;
	left: 360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	font-weight: bold;

}

#arts {
	float: left;
	position: relative;
	top: 110px;
	left: 250px;
}

#buttonbox {
	position: relative;
	left: 30px;
	top: 40px;
	width: 160px;
	float: left;

}
#contactbox {
	position: relative;
	left: 15px;
	top: 85px;
	width: 200px;
	float: left;
	background-image: url(images/contactbox.png);
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;

}
#contactbox a{
color: #FFFFFF;
text-decoration:none;
}

#contactbox a:hover{
color: #0000FF;
text-decoration: underline;
}

#vidcontact {
	background-color: #1A7F4D;
	width: 520px;
		font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}



#textbox {
	position:relative;
	right: 20px;
	top: 10px;
	width: 550px;
	height: 413px;
	background-image: url(images/textbox.jpg);
	background-repeat: no-repeat;
	overflow: scroll;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-attachment:fixed;
}

#main > #textbox {
	background-attachment:scroll;
	}


#textbox h1 {
font-size: 20px;
}

#textbox h2 {
font-size: 17px;
}

#footer {
	background-image: url(images/foot.png);
	height: 105px;
	width: 800px;
	bottom: 0px;
}

.biopic {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #000066;
}
.biopicright {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
	border: 1px solid #000066;
}
#comments {
	background-color: #CCCCCC;
	border: 1px solid #000066;
	padding: 3px;
}
