html, body {
	height: 100% ;
}
body { 
	margin: 0 ;
	padding: 0 ;
	font: normal 62.5% Arial , Georgia, 'Times New Roman', serif;
	color: #6f7380 ;
	background-color: #8E9DAE;
	text-align: center ;
}
div#wrapper {
	position: relative ;
	height: 100% ;
	width: 900px ;
	padding: 0 ;
	margin-left: auto ;
	margin-right: auto ;
	background: #D2E0F0 url(../i/t/bkg_tile.png) repeat-x top left ;
}
h1 { }
h2 { }
h3 { }

a { color: #8693bf; text-decoration: none; }
a:hover, a:focus { color: #b0bce2;  }

p {
	margin: 0 ;
	padding: 10px ;
}

img {border: 0; }
