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

html, body {
	margin: 0;
    height: 100%;
	background: #002935; /* Old browsers */
background: -moz-linear-gradient(-45deg, #002935 0%, #020202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#002935), color-stop(100%,#020202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #002935 0%,#020202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #002935 0%,#020202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #002935 0%,#020202 100%); /* IE10+ */
background: linear-gradient(135deg, #002935 0%,#020202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002935', endColorstr='#020202',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-repeat:no-repeat;
}

div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
	
}

div.logo {
	position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 100px;
    margin-top: -300px;

    width: 600px;
    margin-left: -400px;
	 opacity: 0.2;
    filter: alpha(opacity=40); /* For IE8 and earlier */

	}
	
img.logo{
	align-content:center;

}
