/****************************************
*
*   CSS Layout
*   (c) Thomas Petautschnig 2007
*
****************************************/


/*********** INITIAL SETTINGS */

html,body{height:100%;}

body {
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:left;
	/*
	background:#323232 url("../img/body-gradient.gif") repeat-x top left;
	background-attachment: fixed;
	*/
	background:#000000 url("../wall.jpg") no-repeat 50% 0;
	font: 75%/1.5 verdana, arial, helvetica, sans-serif;
	color:#ffffff;
}

h1 {
	font-size: 3em;
	letter-spacing: -1px;
	font-weight: bold;
	color:#ffffff;
	//margin-bottom:0.5em;
}

h2 {
	font-size: 1.5em;
	letter-spacing: -1px;
	font-weight: normal;
	color: #ffffff;
	//margin-bottom:0.5em;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#ff842f;
}

a:hover {
	text-decoration:underline;
	color:#ff6600;
}

p {
	/*padding-bottom:2em;*/
}

.break {
	clear:both;
}


/*****************************************/

#flashcontent {
	margin:auto;
	width:auto;;
	height:78%;
}

#header {
	margin:auto;
	width:600px;
	text-align:center;
	font-size:12px;
	/*padding:15px 10px;*/
	height:10%;
}

#footer {
	margin:auto;
	width:100%;
	text-align:center;
	font-size:9px;
	/*border-top:1px solid #666;*/
	padding-top:15px;
	height:10%;
}