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

body {
	background-color:#999;
	background-image:url(images/bg_main.gif);
	background-repeat:repeat-x;
	margin:0px; padding:0px;
	color:#444;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}
body, html {
    height: 100%;
    margin: 0px;
	padding: 0px;
}
html {
     overflow: -moz-scrollbars-vertical;
}

div, table, td, tr, p, ul, li, a, img, {
    margin:0px; padding:0px;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


.midCell {
	width:900px; height:682px;
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
}
.midCell a {
    color:#F00;
}
.midCell a:hover {
    color:#999999;
}
.midCell a.logo img {
    border:none;
}

