@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------------------*/
*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
html, body{
	background-color:#000;
		}


#wrapper {
 width: 100%;
}
#box1 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 90;
	height: 450px;
	width: 100%;
	background-image: url(img/a1.jpg);
	background-repeat: no-repeat;
	
	float:left;
	
}

#box2 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 89;
	height: 450px;
	width: 100%;
	background-image: url(img/a2.jpg);
	background-repeat: no-repeat;
	float:left;
}
#box3 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 87;
	height: 450px;
	width: 100%;
	background-image: url(img/a3.jpg);
	background-repeat: no-repeat;
	float:left;
}
#box4 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 86;
	height: 450px;
	width: 100%;
	background-image: url(img/a4.jpg);
	background-repeat: no-repeat;
	float:left;
}
#box5 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 85;
	height: 450px;
	width: 100%;
	background-image: url(img/a5.jpg);
	background-repeat: no-repeat;
	float:left;
}
#box6 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 84;
	height: 450px;
	width: 100%;
	background-image: url(img/a6.jpg);
	background-repeat: no-repeat;
	float:left;
}
#box7 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 83;
	height: 450px;
	width: 100%;
	background-image: url(img/a7.jpg);
	background-position: right;	
	float:left;
}
#box8 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 83;
	height: 450px;
	width: 100%;
	background-image: url(img/a8.jpg);
	background-repeat:no-repeat;	
	float:left;
}
h2 {
	width: 100%;
	padding-top:150px;
	font-size: 24px;
	line-height: 25px;
	color: #33CCFF;
	font-family: Roboto, "Roboto Black", "Roboto Condensed", "Arial Unicode MS", Calibri;
	float:left;
}
h3{
	width:100%;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top:20px;
	font-family: Roboto, "Roboto Black", "Roboto Condensed", "Arial Unicode MS", Calibri;
	font-size: 14px;
	float:left;
	clear:both;
}
.right{
	padding-left:600px;
	text-align:left;
	}
	.left{
		width:35%;
		}

