/* StyleSheets for SparrenCon.de Intro*/

html {
	border: none;
	background-color: #0000ba;
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

body {
	border: none;
	background-color: #0000ba;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px auto;
}

img {
	border: none;
}

div#mainborder {
	width:700px;
	height:100%;
	background:#550000;
	position:relative;
	left:50%;
	margin-top: 0px;
	margin-left:-350px;
}

div#main {
	width:432px;
	height:100%;
	margin:0 auto;
	background:#550000;
	position: relative;
	visibility: inherit;
	margin-top: 0px;
}

div#intrologo {
	border: none;
	position: absolute;
	top:50%;
	margin-top:-216px;
}