<html><style>
		
			*{ padding:0px; margin:0px; }
			body{ background:#000;
					background-image:url(img/bg.jpg);
					background-position:top;
					background-repeat:no-repeat;
					background-position:center top;
					background-attachment:fixed;

					}
			a{ color:#00aeef; text-decoration:none;}
			p{ color:#fff; font: 0.9em Arial, Helvetica, sans-serif; }
			h3,h2,h1{ margin: 8px 10px 5px 10px; color:#FFF; font:18pt Georgia, serif;  }
			.logo {background-image:url(img/logo.png); width:300px; height:160px; margin:50px 0 30px 0;}
			.img {margin:10px;}			
			.wrap{
				width:850px;
				display:block;
				clear:both;
				margin:0px auto;
			}
			.content-right {
				width:500px;
				height:auto;
				float:right;
				margin-top:30px;
			}
			.content-left {
				width:300px;
				height:auto;
				float:left;
			
			}
			.contact {float:right;}
			.contact-icons {float:left; width:30px;}
			.sidebar-text {
				width:200px;
				float:right;
			}
			.boxgrid{ 
				width: 458px; 
				height: 196px; 
				margin:10px; 
				float:left; 
				background:#161613; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 1px solid black;
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 155;
 					left: 0;
 				}
				
		</style></html>