﻿body{
    font:12px Verdana;
    color: #000000;
	background: #e1e1e1;
	/*background-image: url(images/bkg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;*/
}

/* - Wildcard, this fixes browsers! -*/

*{
margin: 0;
padding: 0;
}

/* - txt - */

h1 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-decoration: underline;
}  

h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

h3 { 
	font-size: 10px;
	margin: 5px;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
}

/* - divs - */

#flash{
	text-align:center;
	padding: 20px 0px 20px 0px ;
	width: 750px;
}

#container {
    text-align: center;
    width:750px;
    margin:0px auto 0px auto;
    background-color: #e1e1e1;
}

#footer {
	width: 750px;
	height: 30px;
	margin: 0px;
	background:transparent;
	text-align:right;
}

#info {
	width:750px;
	height:130px;
	text-align:auto;
}
