body {
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

html,body,div,span,img,applet,embed,canvas,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,u,i,s,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}

@font-face {
	font-family: "TitilliumText25L002";
	font-style: normal;
	src: local("TitilliumText25L002"), url("../fonts/TitilliumText25L002.otf") format("opentype")
}

@font-face {
	font-family: "TitilliumText25L004";
	font-style: normal;
	src: local("TitilliumText25L004"), url("../fonts/TitilliumText25L004.otf") format("opentype")
}

#home {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding-top: 20px;
	padding-bottom: 20px;
	display: table;
}

#header .row {
	display: table-row;
}

#header .logo {
	background-color: transparent;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 281px;
	height: 56px;
	padding-right: 34px;
	display: table-cell;
}

#header .boxes {
	display: table-cell;
	padding-top: 9px;
}

#header .box {
	display: table-cell;
	width: 137px;
	height: 40px;
}

#header .box_0 {
	background-color: black;
}

#header .box_1 {
	background-color: #54666f;
}

#header .box_2 {
	background-color: #94a3aa;
}

#header .box_3 {
	background-color: #004f62;
}

#header .box_4 {
	background-color: #0087a6;
}

#home #body {
	background-color: transparent;
	background-image: url('../images/splash.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	height: 585px;
	display: table;
}

#home .tagline {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 20px;
	font-family: TitilliumText25L004;
	font-size: 18px;
	color: white;
}

#home .tagline .highlite {
	color: #00b9ef;
}

#home #footer {
	font-family: TitilliumText25L004;
	padding-top: 20px;
	text-align: center;
}

#home #footer .highlite {
	font-family: TitilliumText25L002;
}
