
* {	
	margin: 0 0 0 0; 
	padding: 0;
}
html, body { 
	height: 100%;
	background-color:#000000;
} 

h1 {
	font-family: times, Times New Roman, times-roman, georgia, serif; 
	font-size: 48px; 
	line-height: 100px; 
	letter-spacing: -1px; 
	color: #000000;	
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	font-weight: 100;
}

p.text{
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
	font-size: 18px; 
	margin-top: .5em; 
	color: #000000;
}

ul li {
	list-style: none;
}

a {
	color:#ebebeb;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#pos {
	top:-560px;
	width:960px
	height: 950px;
	position:relative;
	margin: 0 auto;
}

#container{
	width:960px; 
	height:100px; 
	margin-left:auto; 
	margin-right:auto; 
	padding:5px;
} 
#content{
	width:100%px; 
	height:950px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0; 
	padding:5px;
	background-image:url('images/background.png');
}

#main {
	top: 20px;
	width:960px;
	height:600px;
	position: relative;
	margin:0 auto;
	-moz-border-radius:15px;
	border-radius:15px;
	background-color:#ffffff;
	opacity:0.4;
}
	
#text {
	top:-550px;
	width: 900px;
	height:500px;
	position:relative;
	margin:0 auto;
}

#tabpos {

	top:-550px;
	width: 900px;
	height:500px;
	position:relative;
	margin:0 auto;
	color:#000000;
}

#tableft {
	z-index:5;
	width:200px;
	height: 500px;
	position: relative;
	float:left;
}

#tabright {
	z-index:3;
	width:700px;
	height:500px;
	position:relative;
}

#vidlinks {
	z-index:5;

	width:920px;
	height:650px;
	position: relative;
	margin:0 auto;
}

#vlLeft {
	z-index:10;
	top:-550px;
	width:450px
	height:300px;
	position:relative;
	margin:0 auto;
	float:left;
}


#vlRight {
	top:-450px;
	left:80px;
	width:500px;
	height:650px;
	position:relative;
	margin:0 auto;
}

#vidtext {
	z-index:1;

	top:-520px;
	width: 900px;
	height:300px;
	position:relative;
	margin:0 auto;
}

#navlist{
	position:relative;
} 
#navlist li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#navlist li, #navlist a{
	height:110px;
	display:block;
} 

#one{left:0px;width:236px;} 
#one{background:url('images/portfolioSprite.png') 0 0;}  
#one a:hover{background: url('images/portfolioSprite.png') 0 -113px;} 

#two{left:236px;width:344px;} 
#two{background:url('images/portfolioSprite.png') -236px 0;} 
#two a:hover{background: url('images/portfolioSprite.png') -236px -113px;} 

#three{left:580px;width:178px;} 
#three{background:url('images/portfolioSprite.png') -580px 0;} 
#three a:hover{background: url('images/portfolioSprite.png') -580px -113px;} 

#four{left:758px;width:202px;} 
#four{background:url('images/portfolioSprite.png') -758px 0;} 
#four a:hover{background: url('images/portfolioSprite.png') -758px -113px;}

