@CHARSET "ISO-8859-1";
body{
	background-color:#000C99;
	background-image:url(../images/water035.jpg);
	/*background-image:url(../images/wave.png);
	background-repeat:repeat-x;*/
	margin:0;
	font-family: verdana, sans-serif;
}
#container{
	background-color:#FFF;
	max-width:40em;
	min-height:200px;
	margin:0 auto;
	padding:1em;
}
h1{
	padding:110px 50px 0 0;
	margin-top:0;
}
h2{
	text-align:center;
}
#heading{
	min-height: 174px;
	background-image:url(../images/logo.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
#footer{
	font-style:italic;
	font-size:x-small;
	text-align:center;
}
#footer table{
	margin:0 auto;
}
#footer th{
	text-align:right;
	width:50%;
}
#footer td{
	text-align:left;
	width:50%;
}