body {
    background-color:#ffffff;
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #4e4e4e;
    line-height: 20px;
    text-decoration: none;
}

* {   
	margin:0;
	padding:0;
}

a.zoom {
	position:relative;
	display:block;
	width:0;
}

#SelectLanguage {
    float: left;
    position: absolute;
    left: 1050px;
    width: 70px;
	z-index: 10;
	top : 10 px;
} 

.zoombutton {
	background:url(zoom.gif) no-repeat;
	width:150px;
	height:50px;
	position:absolute;
	}

a {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #4e4e4e;
}

#container {
    width: 980px;
    margin: auto;
    position: relative;
    background-color: #FFFFFF;
} 

img {
border: 0px;;
}

#left {
    width: 30px;
    height: 357px;
    background-color: #FFFFFF;
    float: left;
} 

#main {
    width: 920px;
    height: 357px;
    float: left;
    background-image: url(img/background.jpg);
} 

#content {
    width: 880px;
    height: 316px;
    margin: auto;
    position: relative;
    top: 20px;
} 

#right {
    width: 30px;
    height: 357px;
    background-color: #FFFFFF;
    float: left;
} 

#header {
    width: 980px;
    height: 150px;
    background-color: #FFFFFF;
    float: left;
} 

#footer {
    width: 980px;
    height: 50px;
    background-color: #FFFFFF;
    float: left;
} 

#menu {
    position: relative;
    width: 438px;
    height: 89px;
    top: 35px;
    left: 200px;
    float: left;
} 

#logo {
    position: relative;
    width: 100px;
    height: 111px;
    top: 20px;
    left: 40px; 
    float: left;
}

.LeftButton {
    padding-top: 20px;
}

.RightButton {
    padding-top: 20px;
}

.Footer a {
font-family: Tahoma;
font-size: 10px;

text-decoration: none;
color: #000000;
}

.Footer {
padding-top: 10px;
letter-spacing: 5px;
}

/*
    font-size: 9px;
    font-family: Verdana;
    color: #000000;
    letter-spacing: 6px;
    padding-left: 40px;
    padding-top: 15px;
    text-decoration: none;
*/


/*
#container {
    width: 920px;
    height: 357px;
    top: 20%;
    margin: auto;
    position: relative;
    background: url(img/background.jpg);
} 
*/