/*
	Akulas Basic Stylesheet
	Copyright (c) 2006 Sen Haerens
*/

@import url('/css/main.css');

body
{
	width: 20em;
	background-image: none;
}

h1 a
{
	width: 100%;
	background-position: top center;
}

h2
{
	padding: 1em 0 0 0;
	background-position: top center;
	text-align: center;
}

.center
{
	text-align: center;
}

.sysErr
{
	text-align: center;
	font-weight: 900;
	border: 1px #333 dotted;
	margin: 1em;
	padding: 1em;
}

.sysErr p
{
	margin: 0;
}

#footer
{
	margin-top: 4em;
	padding: 0;
	height: 26px;
	background: url('/image/sub-footer.gif') no-repeat bottom center;
}

#admin-button
{
	margin-top: 9em;
	width: 100%;
	background-position: top center;
}