@charset "UTF-8";
/* CSS Document */



#maincontainer{
	position:absolute;
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Geneva, sans-serif;
}

#yellowbar{
	position:fixed;
	background-image:url(images/yellowbar.png);
	background-repeat:repeat-x;
	height: 35px;
	width:1500px;
	padding:-15px;
	top:0px;
	left:-10px;
	margin-left:auto;
	margin-right:auto;
}

#yellowdrip{
	position:fixed;
	background-image:url(images/yellowdrip.png);
	background-repeat:no-repeat;
	height: 700px;
	width:140px;
	padding:-15px;
	top:0px;
	left:-10px;
	margin-left:auto;
	margin-right:auto;

}

#navbar{
	position:fixed;
	height: 35px;
	width:1000px;
	padding:-15px;
	top:-5px;
	left:600px;
}

#portfoliobutton{
	position:fixed;
	height: 35px;
	width:200px;
	top:3px;
	left:590px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

#aboutbutton{
	position:fixed;
	height: 35px;
	width:200px;
	top:3px;
	left:700px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

#contactbutton{
	position:fixed;
	height: 35px;
	width:200px;
	top:3px;
	left:790px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

#header{
	position:fixed;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height: 250px;
	width:1500px;
	padding:-15px;
	top:-10px;
	margin-left:auto;
	margin-right:auto;
}

#topshadow{
	position:fixed;
	height: 400px;
	width:1500px;
	background-image:url(images/topshadow.png);
	background-repeat:repeat-x;
	padding:-10px;
	top:0px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	
	
}

#table{
	position:absolute;
	height:auto;
	width:auto;
	top:250px;
	left:190px;

}

#bottomshadow{
	position:fixed;
	height: 370px;
	width:1500px;
	background-image:url(images/bottomshadow.png);
	background-repeat:no-repeat;
	padding:-10px;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	
}


#footer{
	position:fixed;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height: 133px;
	width:1500px;
	padding:-15px;
	bottom:-30px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	
}

#bottomnav{
	position:fixed;
	height:50px;
	width:1500px;
	bottom:20px;
	margin-left:auto;
	margin-right:auto;
	left:-190px;
	font-family: Verdana, Geneva, sans-serif;
}

body{
	background-image:url(images/newbg.jpg);
	background-attachment:fixed;
	font-family: Verdana, Geneva, sans-serif;
}
