body, html {
	font-size: 100%;
	font-family: Georgia, serif;
	color: #333;
	text-align: center;
	height: 95%;
}
body {background: url(/images/randomsplash/angbyplan.png) no-repeat;}
a {color: #fff;}
#outer {
	height: 100%; 
	overflow: visible; 
	position: relative; 
	width: 100%;
}
#outer[id] {
	display: table; 
	position: static;
}		
#middle {
	position: absolute; 
	top: 50%; 
	width: 100%; 
	text-align: center;
} /* for explorer only*/
#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}		
#inner {
	position: relative; 
	top: -50%; 
	text-align: left;
} /* for explorer only */
#inner {
	background: url(/images/cssimg/bakgrund.png) no-repeat;
	color: #fff;
	width: 220px; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0;
	padding: 0px 15px 0 15px;
	font-size: 80%;
	border: 1px solid transparent;
} /* for all browsers*/
#inner h1 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#inner .wrongpass {
	margin: 10px 0 10px 0;
}
#inner .wrongpass p {
	margin: 6px 0 0 0;
}
#inner .wrongpassleft {
	float: left;
	background: url(/images/cssimg/wrongpass.png) no-repeat;
	width: 57px;
	height: 44px;
	margin: 0;
}
#innerbottom {
	position: relative; 
	top: -50%; 
	text-align: left;
} /* for explorer only */
#innerbottom {
	background: url(/images/cssimg/bakgrund_bottom.png) no-repeat;
	color: #fff;
	width: 220px;
	height: 17px;
	margin-top: 0;
	margin-left: auto; 
	margin-right: auto;
	padding: 0 15px;
} /* for all browsers*/
#battleinner {
	position: relative; 
	top: -50%; 
	text-align: left;
} /* for explorer only */
#battleinner {
	background: url(/images/cssimg/bakgrund.png) no-repeat;
	color: #fff;
	width: 220px; 
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto;
	padding: 10px 15px 0 15px;
	min-height: 80px;
} /* for all browsers*/
#battleinner ul {
	font-size: 75%;
	margin: 7px 0 0 0;
	padding: 0;
}
#battleinner ul li {
	margin: 0;
	padding: 0 0 3px 0;
	list-style: none;
}
#battleinner h1 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#battleinner .left {
	float: left;
	background: url(/images/cssimg/speaker.png) no-repeat;
	width: 67px;
	height: 80px;
}
#battleinnerbottom {
	position: relative; 
	top: -50%; 
	text-align: left;
} /* for explorer only */
#battleinnerbottom {
	background: url(/images/cssimg/bakgrund_bottom.png) no-repeat;
	color: #fff;
	width: 220px;
	height: 17px;
	margin-top: 0;
	margin-left: auto; 
	margin-right: auto;
	padding: 0 15px;
} /* for all browsers*/
#inner p {
	margin: 0 0 5px 0;
	padding: 0;
}
#inner div input {
	margin: 0 0 10px 0;
}
#container {
}
