
html {
height : 100%;
}
body {
height : 100%;
background-color : #40413c;
margin : 0;
padding-top : 0;
border-bottom : 0;
}
a:link, a:visited {
color : #cccccc;
text-decoration : none;
}
a:hover {
color : #48b3f7;
text-decoration : none;
}
div#top {
position : fixed;
}
div#bottom {
position : fixed;
}
.Style1 {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #cccccc;
font-size : 16px;
}
.Style2 {
font-size : 12px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #cccccc;
}
.Style3 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #006699;
}
.Style4 {
color: #005984
}
.Style5 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.thumb {
	position: relative; 
	top: 0;
	left: 0; 
}
.thumb a {
	margin: 12px;
	text-decoration: none; 
}
.thumb a:hover {
	background-color: #40413c;	
}
.thumb a .grand {
	display: block;
	position: absolute;
	width: 0px;
	top: -80px;
}	  
.thumb a:hover .grand {
	position: absolute;
	left: 45px;
	bottom: 160px;
	width: 500px;
	height: 375px; 
} 