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

body {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-color: #101F3E;
}
#container {
	display: block;
	height: 541px;
	width: 1137px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
}
#container #leftmenu {
	display: block;
	float: left;
	height: 335px;
	width: 137px;
	margin-top: 169px;
}
#container #screen {
	display: block;
	float: left;
	height: 533px;
	width: 861px;
}
#container #rightmenu {
	display: block;
	float: left;
	height: 335px;
	width: 137px;
	margin-top: 169px;
}
