@charset "utf-8";
/* CSS Document */

body {
    background-color: #999999;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;

}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;

}

div#outer {
    width: 800px;
    background-color:#FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000000;

}

div#header {
	padding: 47px;
	margin: 0px;
	text-align: center;
	background-image:url(img/back2.jpg);
	background-repeat: no-repeat;

}

div#main {
    margin-left: auto;
    margin-top: 1px;
    padding: 10px;

}

div#footer {
    padding: 15px;
    margin: 0px;
    border-top: thin solid #000000;
	text-align:center;

}
