body { background: url('../images/backsplash.gif')}

.page, td { color: white;
			font-family: "Trebuchet MS", sans-serif;
			font-size: 16pt; }

.page { position: absolute;
		left: 50%;
		margin-left: -380px; 
		width: 760px; }

a:link, a:visited { color: white;
		 			text-decoration: underline; }

a:link:hover, a:visited:hover { color: white;
			   					text-decoration: none; }
	
.header { position: absolute;
		  top: 0px;
		  left: 0px; }

.links { position: absolute;
		 top: 90px; }
		
.content, .portfolio { position: absolute;
		 		 	   top: 90px;
		 		 	   right: 30px;
		 		 	   width: 500px;
		 		 	   height: 300px;
		 		 	   border: 10px solid white;
		 		 	   overflow-y: scroll; }
		   
.portfolio { background: url('../gallery/images/folder.gif') fixed no-repeat 50% 50%; }
		   
.hits { position: relative;
		top: 400px;
		text-align: center;
		width: 760px; }