/* CSS Document */

body{
	background-color:#000000;
	text-align: center;
	
}
body a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#FF7F00;
}
#tv{
	height:100%;
	width:100%;
	z-index: 1;
	padding: 10px;
	position: fixed;
	margin: 0 auto;
	top: 0;
}

#navbar{
	height:61px;
	width:800px;
	background-repeat: no-repeat;
	text-align: left;
	position: absolute;
	left: 165px;
	top: 105px;
	border: none;
}
#main{
	position:absolute;
	left:67px;
	top: -5px;
}
#portfolio{
	position: absolute;
	left: 207px;
	top: 7px;
}
#contact{
	position:absolute;
	left: 490px;
	top: 17px;
	width: 133px;
	height: 36px;
}
#resume{
	position: absolute;
	left: 313px;
	top: 3px;
}
#btmstatments{
	font-weight: lighter;
	color: #FF7F00;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 100%;
	position: relative;
	left: 0;
}
#flashcontainer{
	position:absolute;
	top: 0px;
	left: 0px;
}
#intro{
	position:absolute;
	top: 0px;

	height: 122px;
	width: 100%;
	
	float: none;
	
	text-align: center;
	
}
