html, body
{
	margin: 0;
	padding: 0;
	background-color: #0a6bbc;
	font-family: Tahoma;
}

table, img
{
	border: 0;
}

table td
{
	border-collapse: collapse;
}


a
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a:hover
{
	text-decoration: underline;
	color: #ff7e00;
}

#all
{
	width: 970px;
	margin: 0 auto;
}

#top
{
	height: 88px;
	width: 100%;
	margin: 0 auto;
	background-image: url("/images/top-bg.jpg");
	position: relative;
	
	z-index: 20;
}

h2#logo
{
	margin: 0;
	padding: 0;
	
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -122px;
/*	bottom: -17px; */
}


#top #menu
{
	padding: 0 70px 0 100px;
	padding-top: 40px;
	padding-top: 60px !important;
	text-align: center;
}

#top #menu a
{
	margin: 0 8px;
}

#top #menu img
{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/menu_bull.png); width:expression(1); height:expression(1);
}

#top #menu .left
{
	padding: 0 0 0 60px;
	float: left;
}

#top #menu .right
{
	padding: 0 110px 0 0;
	float: right;
}

#main
{
	width: 970px;
	height: 700px;
	
	background-image: url("/images/main-bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	
	position: relative;
	z-index: 1;
}

#monitor
{
	position: absolute;
	top: 0;
	left: 230px;
	
	width: 351px;
	height: 256px;
}

#monitor .border
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;

	width: 351px;
	height: 256px;
	background-image: url("/images/monitor-bg.png");
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/monitor-bg.png); width:expression(1); height:expression(2);

}

#monitor-pic
{
	position: absolute;
	top: 0;
	left: 33px;
	z-index: 1;
	
	width: 300px;
	height: 220px;
}

#monitor #glossy-layer
{
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 10;

	width: 351px;
	height: 256px;
	background-image: url("/images/monitor-glossy-layer.png");
	background-repeat: no-repeat;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/monitor-glossy-layer.png); width:expression(1); height:expression(2);*/
}

#house-top
{
	position: absolute;
	top: 163px;
	left: 181px;
	z-index: 6;

	width: 400px;
	height: 286px;
	background-image: url("/images/house-top.png");
	background-repeat: no-repeat;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/house-top.png); width:expression(1); height:expression(1);*/
	filter:expression(fixPNG(this));
}

#house-top1
{
	position: absolute;
	top: 163px;
	left: 230px;
	z-index: 5;

	width: 351px;
	height: 112px;
	background-image: url("/images/house-top.png");
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/house-top.png); width:expression(1); height:expression(1);
}

.patch
{
	position: absolute;
	top: 0;
	left: 220px;
	z-index: 100;
	
	width: 20px;
	height: 190px;
	background-image: url("/images/patch.jpg");
	background-repeat: no-repeat;
}

#stella
{
	position: absolute;
	right: 144px;
	top: 112px;
	
	width: 203px;
	height: 486px;
	
	font-size: 0;
	line-height: 0;
}

#stella img
{
	position: relative;
	z-index: 2;
}

#copyleft
{
	position: relative;
	width: 390px;
	margin: -47px auto 0;
	z-index: 100;
}

#copyleft p
{
	font-size: 10px;
	font-weight: bold;
	color: white;
	margin: 0;
	float: left;
	
	padding-bottom: 2px;
}	

#copyleft p.border
{
	margin-left: 15px;
	border-left: 2px solid white;
	padding-left: 15px;
}

#copyleft a
{
	font-size: 10px;
}

#copyleft img
{
	position: relative;
	top: -22px;
	margin-left: 10px;
}
