body{
	background:#fff;
	color:white;
	font-family:arial, helvetica, sans-serif;
}

.site{
	margin-left:auto;
	margin-right:auto;
	width:971px;
}

.main-view{
	background:#fff url('bck.jpg') no-repeat;
	height:434px;
	margin-top:40px;
	position:relative;
}

.main-view .description{
	position:absolute;
	top:90px;
	width:250px;
}

.main-view .description h1{
	font:arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	padding:0;
	margin:0;	
}

.main-view ul{
	list-style:none;
}

.main-view .insdustries{
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	padding:0;
	margin:0;
	position:absolute;
	top:250px;
}


.main-view .telecom{
	left:40px;	
}

.main-view .aerospace{
	left:354px;
}

.main-view .business{
	left:666px;		
}

.button{
	width:260px;
	top:80px;
	height:290px;
	cursor:pointer;
	position:absolute;
}

.footer{
	color:gray;
	font-size:11px;
	text-align:center;
}


