/* CSS Document */
html, body {height:100%; margin:0; padding:0;}

body {
	width:100%;
	min-width:1000px;
	background-color:#ccc;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	position: relative;
	}

img {
	border: 0;
	}

.png{
 filter: expression(fixPNG(this));
 }

.main {
	position:relative;
	width: 1001px;
	min-height:100%;
	height: auto !important;
	height:100%;
	background:#F00;
	margin: auto;
	margin-top:10px;
	}

div.menu {
position:absolute;
top:35px; left:450px;
}

div.menu a {
	color:#890303;
  text-decoration:none;
  border-bottom:1px dashed #890303;
  margin-right:20px;
}

div.menu a:hover {
border-bottom:#890303 solid 1px;
}

