/* CSS Document */

/* Created by e-Advertising, (c) 2006. adam@e-ads.com.au */

html, body {
		background: /*#528095 url(../img/bg_tile.jpg) repeat-x*/ #F3F2E6;
		margin: 0;
		padding: 0;
		text-align: center;
		}
		
.container {
		width: /*880px*/896px;
		height: 676px;
		margin: auto;
		}
		.container .top {
				width: /*880px*/896px;
				height: 20px;
				float: left;
				}
				
		.container .centre {
				background: /*#528095*/ #F3F2E6;
				width: /*880px*/896px;
				height: 658px;
				float: left;
				}
/*		.container .bottom {
				background: #A2ABA8 url(../img/bg_tile.jpg) repeat-x;
				width: 880px;
				height: 100px;
				float: left;
				}
*/
a:link { color: #848975; text-decoration:none;}
a:hover { color: #848975; text-decoration:underline;}
a:visited { color: #848975; text-decoration:none;}		

.watermark {
		position: relative;
		margin: -370px 0 0 100px;
		height: 527px;
		width: 527px;
		background: url(../img/watermark.jpg) no-repeat;
		}

