BODY {
	background-color: #000000;
	font-family : Verdana;
	font-size : 10px;
	color: white;
	background-image:url(/images/mainbg.gif);	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#main {
	position: absolute;
	background-image:url(/images/tablebg.gif);
	background-repeat:repeat-x;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	height: 437px;
	text-align: center;
}

#portfolioLogo {position: absolute;
height: 77px;
width:68px;
background-image:URL(/images/portfoliologo.gif);
float:left;
}


A {
	font-family : Verdana;
	font-size : 10px;
 	text-decoration : none;
	color: white;
	border:0;
}

A:visited {
 	text-decoration : none;
	color: white;
}

A:HOVER {
 	text-decoration : none;
	color: yellow;	
}

.swfPosition {
	margin-top : 30px; 
}
#copyright {
	postion: relative;
	margin-right : -185px;
	margin-top : -12px
}