body {
    background: url('../images/bg.jpg') repeat 0px 0px #575757 ;
    font-family:Arial,Tahoma,Verdana,Arial,sans-serif;
    font-size:0.7em;
    text-align:center;
    line-height: 1.3em;
    margin: 0px;
    padding: 0px;
}

a { color: #FFF; text-decoration: none; }
a:hover { text-decoration: underline; }

form {
    margin:0px;
    padding:0px;
    color: #000;
}
input,textarea,select,table {
    font-size:1em;
    font-family:Arial,Tahoma,Verdana,Arial,sans-serif;
}

img {
	border: none;
	margin: 0px;
}

.cleaner {
    height:0.1em;
    line-height:0.1em;
    font-size: 0.1em;
    clear:both;
}

#center {
	margin: 0px auto;
	width: 988px;
	text-align: left;
}
#content {
    background: url('../images/back.jpg') repeat-y 0px 0px;
}
#content a.submit {
    display:block;
    text-align:right;
    padding:4px 10px 4px 10px;
    font-weight: bold;
    margin-right: 3px;
}

#top {
    position: relative;
    background: url('../images/top.jpg') no-repeat top center;
    height: 150px;
    width: 988px;
    text-align: left;
    margin:20px 0px 0px 0px;
}
#top h1 {
    padding: 0px;
    margin: 0px;
}
#top h1 a {
    width: 260px;
    height: 150px;
    display: block;
}
#top h1 a span { display: none; }
#top h1 img { display: none; }

#top .flags {
    position:absolute;
    top:80px;
    left:265px;
    background:url('../images/flags.gif') no-repeat top left;
    min-height:36px;
    _height:36px;
    padding:0px 5px 0px 15px;
}
#top .flags a { text-decoration:none; }
#top .flags a:hover { text-decoration:none; }
#top .flags img {
    border:none;
    float:left;
    padding:6px 5px 0px 5px;
}

#bottom {
    clear:both;
    background: url('../images/bottom.jpg') no-repeat top center;
    padding: 20px 40px 10px 40px;
    margin: 0px auto;
    width: 908px;
    color: #fff;
    min-height:1px;
    _height:1px;
}
#bottom a { color: #fff; }
#bottom .bottom-text {
    text-align:center;
}