@charset "UTF-8";
/* CSS Document */
html {
	/*height:100%;*/
}

body {
	/*height:100%;*/
	margin:0; 
	padding:0;
}

img {
	border:none;
}

#bg {
	position:fixed; top:0; left:0; width:100%; height:100%;
}

#overlay {
	position:fixed; 
	top:0; 
	left:0; 
	width:1814; 
	height:1312;
}

#frame {
	position:absolute; 
	top:80px; 
	left:0;
	right:0; 
	width:1087; 
	height:642;
}

#title {
	position:fixed; 
	top:0;
	left:0;
	right:0; 
	width:841px; height:121px;
}

#content {
	position:absolute; 
	top:116px; 
	left:0;
	right:0; 
}

#footer {
	background:transparent url(../assets/images/forest.png) no-repeat;
	background-position:center;
	bottom:0;
	height:336px;
	position:fixed;
	width:100%;
	/*z-index:1;*/
}

#credits {
	bottom:0px;
	right:0px;
	position:fixed;
	visibility:hidden;
	width:231px; height:345px;
	background:transparent url(../assets/images/credits.png) no-repeat;
}

#cv {
	bottom:20px;
	right:20px;
	position:fixed;
}

.btable {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0px;
}

.ctable {
	position:relative;
	width: 720px;
	top:720px;
}
