html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #ECDBC6;
	overflow:scroll;
	background-color: #382D23;
	background-image:url(../images/strawhat-background.jpg);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: top left;
}

a { 
	color: #FAFCB4;
}

a:link { 
	color: #FAFCB4;
}

a:visited { 
	color: #FAFCB4;
}

a:hover { 
	color: #FFCC00;
}

a:active { 
	color: #FAFCB4;
}