@charset "utf-8";
/* main */
body {
	background-color: #2F3080;
	background-image: url(/themes/showoff/images/backgrounds/body_bg.png);
	background-repeat: repeat-x;
}
#wrapper {
	height: 800px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(/themes/showoff/images/backgrounds/header.png);
	position: absolute;
	height: 200px;
	width: 800px;
	left: 0px;
	top: 00px;
}
#navigation {
	background-image: url(/themes/showoff/images/backgrounds/navigation.png);
	position: absolute;
	height: 50px;
	width: 800px;
	left: 0px;
	top: 200px;
}
#container {
	position: absolute;
	height: 500px;
	width: 800px;
	left: 0px;
	top: 250px;
	background-image: url(/themes/showoff/images/backgrounds/container.png);
}
#footer {
	position: absolute;
	height: 50px;
	width: 800px;
	left: 0px;
	background-image: url(/themes/showoff/images/backgrounds/footer.png);
	top: 750px;
}
#content {
	position: absolute;
	height: 400px;
	width: 600px;
	left: 100px;
	top: 50px;
}

#hidden_layer {
	position: absolute;
	height: 1px;
	width: 1px;
	visibility: hidden;
}
