
/* 

MUTINY UK - Landing Page
Designed by Duncan Howsley at LAB Exposure
http://labexposure.com

*/



/* CSS RESET */

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;
}



/* Links
-----------------------------------------------*/

a.dim img{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;	
	}	

a.dim:hover img{
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	z-index:2;
	}
	

/* STYLE */

body {
	font-family: "Lato", "Helvetica-Neue", "Helvetica", sans-serif;
	color: #fff;
	line-height: 1.5em;
	font-size: 16px;
	background-color: #000;
}

h1 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 2.5em;
	color: #fff;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #f9f9f9;
	text-decoration: none;
}


a:visited {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #f9f9f9;
	text-decoration: none;
}

#main {
	position:absolute;
	top:45%;
	left:50%;
	height:402px;
	width:600px;
	margin-top:-201px;
	margin-left:-300px; 
		/* negative half of the height */
	padding: 0px;
	text-align: center;
	font-size: 1.8em;
}