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

#container {
	width: 800px;
	height:800px;
	min-height:800px; 
	top: 60px;
	right: 0px;
	Bottom: 0px;
	left: 20px;
	background-color: #FFFFFF;
	background-image:url(images/menu/webbackground.jpg);
	position:relative;
	}
		
#menu {
	position: fixed;
	top: 220px;
	left: 100px;
	}
	
#whitebox {
	position: absolute;
	top: 80px;
	left: 500px;                  
	}
		
#captions {
	postion: absolute;
	top: 650px;
	right: 500px;
	}	
	
#copyright {
	position: fixed;
	top: 820px; 
	left: 30px;
	}
	
#name {
	position: fixed;
	top: 20px;
	left: 0px;
	}

#tricycle {
	position: fixed;
	top: 180px;
	left: 570px;                          
	}

#biobox {
	width: 323px;
	height: 100px;
	position: fixed;
	top: 460px;
	left: 570px;       
	}
	
#email {
	position: fixed;
	top: 610px;
	left: 570px;
	}

#links {
	position: fixed;
	top: 215px;
	left: 600px;
	<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: red;}
</style>

	}
	
