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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, sub, sup, 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;
}

/*----------------------------- BASE STYLES --*/

#wrapper{
	width:100%;
}

img {
	width:100%;
}

#content{
	position:absolute;
	width:100%;
	height:96%;
	margin-top:auto;
	margin-left:auto;
	}
	
.ModulusRegular{
	position:absolute;
	width:100%;
	margin-top:4%;
	margin-left:-2%;
	font-family: ModulusRegular;
	font-size:2.4vw;
	letter-spacing:1px;
	color:rgb(120,120,120);
}

.ModulusRegular li{
	float:left;
	margin-left:8%;
}

.ModulusRegular a:link, a:visited{
	text-decoration:none;
	color:rgb(120,120,120);
}

.ModulusRegular a:hover, a:active{
	text-decoration:none;
	color:rgb(105,216,222);
}

.head{
	margin-left:4.4%;
	margin-top:13.5%;
	font-family:Kessel105-Thin;
	font-size:5.6vw;
	letter-spacing:1px;
	color:rgb(40,40,40);
}

.lght01, .lght02, .lght03, .lght04, .lght05, .lght06, .lght07, .lght08, .lght09, .lght10, .lght11, .lght12{
	position:absolute;
	width:22.6%;
	height:3%;
}

.lght01{
	margin-top:4%;
	margin-left:4%;
}

.lght02{
	margin-top:4%;
	margin-left:27.1%;
}

.lght03{
	margin-top:4%;
	margin-left:50.3%;
}

.lght04{
	margin-top:4%;
	margin-left:73.55%;
}

.lght05{
	margin-top:19.65%;
	margin-left:4%;
}

.lght06{
	margin-top:19.65%;
	margin-left:27.1%;
}

.lght07{
	margin-top:19.65%;
	margin-left:50.3%;
}

.lght08{
	margin-top:19.65%;
	margin-left:73.55%;
}

.lght09{
	margin-top:35.3%;
	margin-left:4%;
}

.lght10{
	margin-top:35.3%;
	margin-left:27.1%;
}

.lght11{
	margin-top:35.3%;
	margin-left:50.3%;
}

.lght12{
	margin-top:35.3%;
	margin-left:73.55%;
}
