body {
	margin:0px;
	background-color: #141414;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color:#4d2900;
	font-weight: bold;
}

a {
	display: block;
	color: #2b2b2b;
	text-decoration: none;
}

a:active
{
         outline:none;
}
 
a:focus
{
         -moz-outline-style:none;
}
 

em {
	color: #790000;
	font-style: normal;
}

img, div { behavior: url(iepngfix.htc); z-index: 10; }

#container {
	width: 999px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
#game {
	
}
#score {
	display: none;
}
#top-section {
	height: 320px;
	padding-left: 280px;
}
#bottom-section {
	height: 306px;
}
#banner {
	width: 499px;
	height: 74px;
	padding: 133px 0px 0px 0px;
	float: left;
	margin-right:10px;
}
#arrow {
	width: 115px;
	height: 106px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#island {
	width: 300px;
	padding-top: 10px;
	padding-left: 37px;
	float: left;
}
#sea {
	width: 358px;
	padding-top: 40px;
	float: left;
}
#jetty {
	width: 300px;
	float: left;
}
#boat {
	width: 238px;
	height: 130px;
	padding-left: 125px;
	background-image: url(../images/boat-right.png);
}
#captain {
	margin-top: -30px;
}
#wolf-island, #goat-island, #cabbage-island {
	margin: 10px;

	float: left;

}
#wolf-jetty, #goat-jetty, #cabbage-jetty {
	margin: -30px 0px 0px 10px;
	float: left;
}

#max, #points{color: #e6cbab;font-style: normal; font-size:25px;}

#boost {
	margin-top:10px;
	float: left;
}
#message {
	font-size: 17px;
	text-align: center;
	display: none;
}
#score {
	width: 499px;
	height: 84px;
	padding: 130px 0px 0px 0px;
	float: left;
	text-align:center;
}
a#retry {
	color: #f00000;
}