body {
	margin: 0;
	padding: 0;
	background-image: url('../images/back3.png');
	background-position: center top;
	margin-left: auto;
    margin-right: auto;
	}


a {
	text-decoration: none;
	color: #1a458b;
}

a:hover {
}

/* Header */

#header {
width: auto;
height: 168px;
margin-left: auto;
margin-right: auto;
background-image: url('../images/wordsonglogo.png');
background-repeat: no-repeat;
background-position: center;
background-color: white;
display: block;
}


/* Page */

#page {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;	
	background: white;
}

/* Content 
	opacity: 1.00;
	filter: alpha(opacity=100);
	*/

#content {
	position: relative;
	top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	z-index: 5;

}

iframe {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
