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

*{
	margin: 0;
	padding: 0;
}
#container {
	width: 800px;
	height: 600px;
	margin: 0 auto 0;
	position: relative;
	right: 35px;
	background-image: url(../images/contentBG.png);
	background-repeat: repeat-y;
}
#logo {
	float: right;
	position: relative;
	top: 90px;
	left: 277px;
}
#menu {
	float: left;
	position: relative;
	right: 10px;
	top: 200px;
	width: 200px;
	min-height: 600px;
	background-image: url(../images/menuBG.png);
	background-repeat: repeat-y;
}
#content {
	float: left;
	position: relative;
	top: 110px;
	left: 40px;
	width: 500px;
	height: 400px;
	background-color:#9bc1ff;

}
#frame {
	float: left;
	width: 560px;
	min-height: 100%;
}
html {
	height: 100%;
	background-image:url(../images/backgroundTexture.png);
}
body {
	height: 100%;
	overflow: hidden;
}