
body {
	margin: 0px;
	padding: 0px;
	font: 100%/1.0 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background: white;
    background-image: url(../images/home/homeBackground.png);
    background-repeat: repeat-x;
	font: 60%/1.2 Verdana, Arial, Helvetica, sans-serif;
}

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

a:link {
	color: #666666;
    font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #666666;
    font-weight: bold;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #666666;
    font-weight: bold;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 844px;
	text-align: center;
    border-left: 0px solid red;
    border-right: 0px solid red;
}

#top {
	width: 844px;
    height: 246px;
    background-image: url(../images/home/homeTop.png);
    background-repeat: no-repeat;
}

#logo {
	float: left;
    padding-left: 24px;
    padding-top: 16px;
}

#language {
    d_isplay: none;
	float: right;
    padding-top: 70px;
    padding-right: 48px;
    text-align: right;
}

#content {
	width: 844px;
    background-image: url(../images/home/homeContent.png);
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 0Px;
}

.payload {
    text-align: left;
    border: 0px solid red;
}

.menu {
    border: 0spx solid red;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 4px;
	width: 192px;
    height: 256px;
}

#frame {
    position: absolute;
    left: 100%;
    top: 0px;
    margin-left: -178px;
	width: 178px;
    height: 272px;
    background-repeat: no-repeat;
    text-align: left;
}

