@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%;
	margin-top:auto;
	margin-left:auto;
}

.mara_head{
	position:absolute;
	margin-left:4.4%;
	margin-top:15%;
	font-family:Kessel105-Thin;
	font-size:4.6vw;
	letter-spacing:1px;
	color:rgb(255,255,255);
}

.text01, .text02, .text03, .text04{
	position:absolute;
	font-family: ModulusRegular;
	font-size:1.8vw;
	letter-spacing:1px;
	line-height:125%;
	color:rgb(255,255,255)
}

.text01{ 
	position:absolute;
	width:38%;
	height:29%;
	margin-top:24%;
	margin-left:4.4%;
}

.text02{ 
	position:absolute;
	width:38%;
	height:26%;
	margin-top:45%;
	margin-left:4.4%;
}

.text03{ 
	position:absolute;
	width:38%;
	height:29%;
	margin-top:51%;
	margin-left:4.4%;
}

.text04{ 
	position:absolute;
	width:38%;
	height:26%;
	margin-top:65%;
	margin-left:4.4%;
}

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

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

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

.ModulusRegular a:hover, a:active{
	text-decoration:none;
	color: rgb(244,115,15);
}









