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

html, body{
	font-family: Arial;
	margin: 0px;
	padding:0;
	overflow:auto;
	font-size:12px;
	color:#fff;	
	
	background:url(../images/bg.jpg) top repeat-x; 
	background-color:#040E17;
}

.clr{ clear:both;}
.wrap{width:900px;}
.bottom{ background:url(../images/bg-bottom.jpg) top repeat-x;}
.bottom .left{ background:url(../images/left.jpg) top left no-repeat; height:100%;}
.bottom .right{ background:url(../images/right.jpg) top right no-repeat; height:100%;}
.computer, .contruction, .news { display:block; float:left; width:203px; height:269px;  margin-right:28px; text-align:center;}
.bottom .left .right .computer {background:url(../images/computer.jpg) top left no-repeat;}
.bottom .left .right .contruction {background:url(../images/contruction.jpg) top left no-repeat;}
.bottom .left .right .news {background:url(../images/news.jpg) top left no-repeat; margin-right:0px;}
.Top{ height:204px; display: block; margin-bottom:17px;}
.linkBottom{ text-transform:uppercase; color:#fff; text-decoration:none; font-size:14px;}