﻿/* CSS Document */

body {
	background: #01699d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	margin-top:30px;
	}
	
#footer {
	font-size:10px;
	text-align:center;
	}
	
.contain {
	margin:0 auto;
	position:relative;
	text-align:center;
	width:800px;height:600px;
}

.address {
	width:300px;
	height:100px;
	color:#000;
	font-size:14pt;
	font-family:"Comic Sans MS", Verdana, sans-serif;
	position:absolute;
	bottom:15px;
	right:20px;
	text-align:right;
	font-weight:bold;
}

