body {
	margin: 0px;
	padding: 0px;
	background: white;
	font: bold 18px cochin, georgia, garamond, Times, serif;
	position: relative;
	color: white;
	min-width: 700px;
	min-height: 540px;
	overflow: hidden;
	min-width: 770px;
}

body, html {
	height: 100%;
}

a {
	color: black;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:active {
	opacity: 0.6;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

#header {
	height: 0px;
	xbackground: black;
	position: relative;
}

#main, #main embed, #main object {
	z-index: 700;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content {
	position: relative;
	width: 00px;
	z-index: -1;
	margin: 50px auto;
	text-align: center;
	height: 0%;
	-webkit-transition: opacity 0.5s ease-in-out;
}

#content:hover {
	opacity: 1 !important;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 80px;
	width: 700px;
	text-indent: -5000em;
	height: 0px;
	position: absolute;
}


#footer {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1000;
}

#container {
	position: relative;
	z-index: 700;
	height: 100%;
	overflow: hidden;
	margin: 25px;
	background: black;
}

#outnow {
	position: absolute;
	bottom: 26px;
	left: 25px;
	z-index: 800;
	color: black;
}

#bottom {
	position: absolute;
	bottom: 26px;
	right: 25px;
	z-index: 800;
	color: rgba(0,0,0,0.1);
}

#bottom a{
	opacity:1;
	margin: 0px 5px;
}#bottom a:hover{
	opacity: 0.6;
}