﻿#wrapper {
	position:relative;
	width:990px;
	margin:auto;
}
#top {
	position:relative;
	height:120px;
	background-image:url("images/top.png");
}
#bottom {
	position:relative;
    background-image:url("images/bottom.png");
	height:80px;
}
#content
{
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    background-image:url("images/bg.png");
    background-repeat:repeat-y;
    background-position:center top;
}
body {
font-family:verdana;
font-size:8pt;
}
.btnLogoff{
    position:absolute;
    right:10px;
    bottom:10px;
    background-color:Orange;
    }

#topMenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 20px;
	bottom: 8px;;
}
#topMenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#topMenu li {
	margin-right:20px;
	float:left;
}
#topMenu a{
font-weight:bold;
color:#336699;
text-decoration:none;
border:1px solid white;
padding:5px;
background-color:white;
width:120px;
display:block;
text-align:center;}
