body
{
	background: url(img/bg.png) repeat-y;
}

#frame
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 1024px;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 233px;
	height: 238px;
	background: url(img/logo.png) no-repeat;
}

#top-right
{
	position: absolute;
	left: 233px;
	top: 0px;
	height: 23px;
	width: 717px;
	background: url(img/top-right.png) no-repeat;
}

#bottom-left
{
	position: absolute;
	left: 0px;
	top: 512px;
	width: 180px;
	height: 56px;
	background: url(img/bottom-left.png) no-repeat;
}

#menu
{
	position: absolute;
	left: 0px;
	top: 238px;
	width: 179px;
	height: 274px;
	line-height: 0px;
	font-size: 0pt;
}
#menu a:hover
{
	position: relative;
	left: 9px;
}

#menubg
{
	position: absolute;
	left: 0px;
	top: 238px;
	width: 170px;
	height: 275px;
	background-color: white;
}


#content
{
	position: absolute;
	left: 235px;
	top: 50px;
	width: 700px;
	height: 100px;
}

#submenu1
{
	position: absolute;
	top: 259px;
	bottom: 0px;
	left: 179px;
	width: 200px;
	height: 100px;
	visibility: hidden;
}

#submenu2
{
	position: absolute;
	top: 174px;
	bottom: 0px;
	left: 179px;
	width: 200px;
	height: 100px;
	visibility: hidden;
}

#submenu3
{
	position: absolute;
	top: 299px;
	bottom: 0px;
	left: 179px;
	width: 200px;
	height: 115px;
	visibility: hidden;
}
#submenu4
{
	position: absolute;
	top: 385px;
	bottom: 0px;
	left: 179px;
	width: 200px;
	height: 115px;
	visibility: hidden;
}
