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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
	background: #20242B;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Default link colors */

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #000; text-decoration: none;}



/* General style */

#wrapper {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

#header {
	margin: 180px auto 0 auto;
	width: 680px;
	overflow: hidden;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 578px;
	height: 76px;
	margin: 0 auto;
}

#services {
	width: 680px;
	overflow: hidden;
	margin: 60px auto 5px auto;
}

#services li {
	display: inline-block;
	color: #FFF;
	font: 600 26px arial;
	text-transform: uppercase;
	text-align: left;
	margin: 0 10px;
}

#services li.item1 {
	color: #FB009A;
}

#services li.item2 {
	color: #91F103;
	text-align: right;
}

#services li.item3 {
	color: #00A0FC;
	text-align: right;
}

#status{
	width: 680px;
	color: #BFB9A1;
	font: 600 24px arial;
}

#showcase {
	width: 680px;
	height: 80px;
	margin: 150px auto 0 auto;
	padding: 25px 140px 0 140px;
	border-top: 5px dotted #6E9A89;
	color: #DFDBD4;
	font: 600 20px arial;
}

#showcase a {
	color: #B4C2BD;
	text-decoration: underline;
}

#showcase a img {
	display: inline-block;
	vertical-align: middle;
}

#footer {
	margin: 60px 0 0 0;
	width: 960px;
	text-align: right;
	font: 600 14px arial;
	color: #DFDBD4;
	line-height: 20px;
}

#footer a {
	color: #DFDBD4;
}

