html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
}

#wrapper {
	width: 950px;
	background-color: #FFFFFF;
	margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
	height: 100%;
}

#header {
	height: 90px;
	width: 690px;
	position: fixed;
	z-index: 10;
	padding-left: 255px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
        background-color: #FFFFFF;
        text-align: right;
}

#navigation-wrap {
	width: 250px;
	float: left;
	position: fixed;
	z-index: 11;
        background-color: #FFFFFF;
}

#navigation {
	position: absolute;
	left: 30px;
	top: 20px;
        width: 200px;
}

#flags {
	margin: 10px;
	position: absolute;
        left: 30px;
	top: 0px;
	z-index: 11;
        background-color: #FFFFFF;
}

#content-wrap {
        height: 100%;
}

#content {
	padding-top: 110px;
	padding-right: 20px;
 	padding-bottom: 60px;
	padding-left: 270px;
}

#frog-wrap {
	width: 250px;
	height: 250px;
	float: left;
	position: fixed;
	bottom: 0px;
	z-index: 11;
        background-color: #FFFFFF;
}

#frog {
	position: absolute;
	left: 0px;
	bottom: 00px;
}

#footer-wrap {
	width: 680px;
	height: 40px;
	position: fixed;
	bottom: 0px;
	z-index: 10; 
        padding-left: 260px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
        background-color: #FFFFFF;
}

#footer {
        width: 680px;
	position: absolute;
	left: 260px;
	bottom: 5px;
}
