@charset "utf-8";
/* CSS Document */

body {
	background-color: rgba(0,0,0,1);
	width: auto;
	height: auto;
	margin: 0;
}

#background_layer {
	background-image: url(images/Background.jpg);
	position: absolute;
	width: 1920px;
	height: 1080px;

}

#main_page_content {
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;

}

.frame_wrapper {
	position: absolute;
	width: 1024px;
	height: 768px;
}

#appCanvas {
	position: absolute;
	top: 0;
	left: 0;
}

.white {
	color: #FFFFFF;
}
