body, html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin:0px;
	padding:0px;
	text-align:center;
	height: 100%;
}

a {
	color: red;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
}

a:visited {
	color: #aaa;
}

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


div#layout { /* exploder 5.5+ */
        position: absolute;
        left: 0px;
        top: 0px;
        overflow: hidden;
        text-align: center;
}

* > div#layout { /* normal browsers */
        min-width: 1030px;
        min-height: 520px;
        width: 100%;
        height: 100%;
}

div#container {
    position: relative;
    top: 50%;
    #margin-top: -260px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	border:1px #333;
	background-color:#fff;
}

div#container div.container-top {
            position: absolute;
            left: 0px;
            top: -1000px;
            height: 1000px;
}

div#container div.container-right {
            position: absolute;
            right: -1000px;
            top: 0px;
            width: 1000px;
        }

        div#container div.container-bottom {
            position: absolute;
            left: 0px;
            bottom: -1000px;
            height: 1000px;
        }

        div#container div.container-left {
            position: absolute;
            left: -1000px;
            top: 0px;
            width: 1000px;
        }

        div#container div.container-top-right {
            position: absolute;
            right: -1000px;
            top: -1000px;
            width: 1000px;
            height: 1000px;
        }

        div#container div.container-bottom-right {
            position: absolute;
            right: -1000px;
            bottom: -1000px;
            width: 1000px;
            height: 1000px;
        }

        div#container div.container-bottom-left {
            position: absolute;
            left: -1000px;
            bottom: -1000px;
            width: 1000px;
            height: 1000px;
        }

        div#container div.container-top-left {
            position: absolute;
            left: -1000px;
            top: -1000px;
            width: 1000px;
            height: 1000px;
        }

#main {
	position:absolute;
	height:200px;
	width:300px;
	left:10px;
	top:10px;	
}

#images{
	position:absolute;
	text-align:right;
	margin:0px;
	border:0px;
	height:500px;
	width:800px;
	top:10px;
	right:10px;
}

.box1{
	position:absolute;
	text-align:left;
	margin:0px;
	border:0px;
	height:400px;
	width:295px;
	top:200px;
	right:715px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.box2{
	position:absolute;
	text-align:left;
	margin:0px;
	border:0px;
	height:400px;
	width:520px;
	top:200px;
	right:180px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.box3{
	position:absolute;
	text-align:left;
	margin:0px;
	border:0px;
	height:400px;
	width:170px;
	top:200px;
	right:-5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.language {
   position: absolute;
   top: -20px;
   width: 50%;
   text-align: right; /* depends on element width */
   right: 0;
   color: #fff;
}

.language a {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
}

.language a:visited {
	color: #fff;
}

.language a:hover {
	text-decoration: underline;
	color: #aaa;
	
}

.products {
	margin-left: 7px;
	margin-bottom: 5px;
	border: 1px solid #fff;
}

.products:hover {
	margin-left: 7px;
	margin-bottom: 5px;
	border: 1px solid #999;
}

.numbers {
	color: #aaa;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
   	position: absolute;
   	bottom: -4px;
   	width: 300px;
   	text-align: left; /* depends on element width */
   	right: 710px;
}

.numbers a {
	color: #aaa;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.numbers a:hover {
	color: #000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.text {
	position: absolute;
	margin:0px;
	border:0px;
	top: 200px;
   	width: 300px;
	height: 300px;
   	text-align: left; /* depends on element width */
   	right: 710px;
	color: #393939;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.title {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	}
