#background {
	display: block;
    margin-left: auto;
    margin-right: auto;
    background-image:  url(logofish1.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 655px;
    width: 800px;  
}


A:link {text-decoration: none; color: #3D6D99; font-size:16; font-weight:bold;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {font-size:20; background-color:#EBF2F5; font-weight:bold; color: #FFC303;}


#logoweb {
    position: relative;
    height: auto;
    width: auto;
    left: 55%;
    top: 30%;
    font-family: sans-serif;
    color: #3D6D99;
}

#logographics {
    position: relative;
    height: auto;
    width: auto;
    left: 35%;
    top: 25%;
    font-family: sans-serif;
    color: #3D6D99;
}
body
	{
		padding: 0;
		margin: 0;
		background-color: #ffffff;
		color: #3D6D99; 
		font-size:16; 
		font-weight:bold;
	}
	
	#contents	
	{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 15%;
		margin-right: 15%;
		padding: 40px; 
		background-color: #FFF;
		color: #3D6D99;
		font-size:16; 
		font-weight:bold;
	}