#body {
	width:100%;
	height:100%;
	border:thin;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}


#contour {
	width:587px;
	height:500px;
	border:thin;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	background-image:url(graphics/contourBG.jpg);
}


#reel {
	position:fixed;
	width: 540px;
	height:375px;
	border:thin;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}


.name {
	font-family:Garamond;
	font-size:10pt;
	color:#666666
}


.link a:link { color:#666666;
	text-decoration:none;
	font-family:Garamond;
	font-size:10pt;}
						   
.link a:visited { color:#666666;
	text-decoration:none;
	font-family:Garamond;
	font-size:10pt;}
						   
.link a:hover { color:#333333;
	text-decoration:none;} 
				
.link a:active { color:#333333;
	text-decoration:none;}
	
