@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/brick.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
}
img{
	border: none;
}


.main{
	width: 850px;
	height: 1140px;
	overflow: auto;
	
}
.logo{
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 331px;
}
.back_off{
	background-color: #000000;
	height: 95px;
	width: 177px;
	border: 1px solid #999999;	
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 1;
}
.back_on{
	background-color: #FFFFFF;
	height: 95px;
	width: 177px;
	border: 1px solid #333333;	
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 1;
}
.about_back{
	background-color: #FFFFFF;
	height: 437px;
	width: 764px;
	border: 1px solid #333333;	
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 1;
	position: absolute;
	left: 163px;
	top: 167px;
}
.about_text{
	height: 417px;
	width: 744px;
	z-index: 2;
	position: absolute;
	left: 173px;
	top: 177px;
	font-family: Verdana;
	font-size: 13px;
	color: #27140b;
}
.image{
	cursor: pointer;
	cursor: hand;
	z-index: 2;
}

.column1{
	position: absolute;
	left: 163px;
}
.column2{
	position: absolute;
	left: 355px;
}
.column3{
	position: absolute;
	left: 547px;
}
.column4{
	position: absolute;
	left: 739px;
}
.thirty{
	position: absolute;
	z-index: 10;
	top: 739px;
	left: 27px;
}
.home{
	position: absolute;
	z-index: 14;
	top: 42px;
	left: 749px;
}
.about{
	position: absolute;
	z-index: 14;
	top: 42px;
	left: 798px;;
}
.contact{
	position: absolute;
	z-index: 14;
	top: 42px;
	left: 876px;;
}



-->
