html, body {
	margin:0;
	padding:0;
	background-color:#7BACD7;
	background-image: url(/images/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

body {
	font: 12px Arial, Verdana, Geneva, sans-serif;
	}

.wrapper {
	width:890px;
	margin:0 auto;
	}

/* default link styles*/
	
a {
	color:#069;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h1 {
	background-repeat: no-repeat;
	width: 520px;
	height: 35px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
	margin-bottom:5px;
	}

.pic {
	padding:1px;
	border:1px solid #1D4085;
	}


/* header styles*/



/* content styles*/


.content {
	width:850px;
	background-image:url(/images/bg-content.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding:0 20px 0 20px;
	text-align:left;
	}


/* footer styles*/

.footer {
	width:890px;
	color:white;
	font-weight:bold;
	margin:10px 0 10px 0;
	}
.footer a {
	color:gold;
	text-decoration: none;
	}
.footer a:hover {
	color:yellow;
	}
	
.footer-left {
	float:left;
	display:inline;
	width:400px;
	text-align:left;
	}

.footer-right {
	float:right;
	display:inline;
	width:300px;
	text-align:left;
	}


/* duck images styles */


.duck-left {
	position:absolute;
	top:0px;
	left:90px;
	z-index:1500;
	}

.duck-right {
	position:absolute;
	top:0px;
	right:90px;
	z-index:1501;
	}