﻿
body
{
    background-position: right bottom;
    background: #000000 url('/imgs/wi-18.jpg') no-repeat fixed;
    width: 8200px;
    overflow: hidden;
    top: 0px;
}
  

.main{
	padding-top:10px;
	float:left;
}

.FixedHeader
{
    width: 100%;
    height: 120px;
    position:fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}


.FixedBottom
{
    width: 100%;
    height: 20px;
    position:fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
}
.ContentHolder
{
    float:left;
    width: 2000px;
}


.wrapper{
	float:left;
}
 
.ContentWall
{
    background-position: center top;
    width: 600px;
    bottom: 0px;
    position: absolute;
    top: 0px;
    overflow: hidden;
    margin-left: 180px;
    background-repeat: no-repeat;
}
img{
	border:none;
}