@CHARSET "ISO-8859-1";
body
{
	margin:0px;
	background-color:#636363; 
	font-family: arial;
}

.basic_container
{
	width:100%;
	height:100%;
	min-width:800px;
	min-height:600px;
	position:absolute;
	overflow:hidden;
}

.left_skyscraper
{
	background-color:#FFFFFF;
	width: 120px;
	height:800px;
	position:absolute;
	top:0px;
	left:0px;
}

.right_frame
{
	background-color:#666666;
	width:100%;
	height:800px;
	position:absolute;
	top:0px;
	left:120px;
}

.right_bg
{
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	height:800px;
	width:640px;
}

.big_pic
{
	ebackground-image: url(../images/pic.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:800px;
	width:1200px;
}

.foot_hardliner
{
	position:absolute;
	top:791px;
	left:0px;
	height:9px;
	ewidth:1200px;
	width: 100%;
	background-color:#84868b;
}

.foot_frame
{
	background-color:#333333;
	position:absolute;
	top:800px;
	left:0px;
	width:100%;
	height:100%;
	min-height:180px;
}
