body{
	margin:0px;
	padding:0px;
	color:#555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
    background: url('images/bg.jpg') repeat-x;
    background-position: top center;
    background-color: white;
    height:100%;
}

html{ 
	height: 100%;
}

#global_wrap{
    width: 980px;    
    margin: auto;
    height:90%;
}

.header
{
    margin-top: 2px;
    background: url('images/logo.jpg') no-repeat;
    background-position: center;
}

.clear{
	clear: both;
}

#component{
    text-align: center;
    height:100%;
}

/* animation block */ 
 
.animate_block 
{
    overflow: hidden;
    float:left;
    width:732px;
}
.move_right
{
    width:728px;
    height:95px;
    margin-left: -728px;
    border:thin solid gray;
}

.move_right img
{
    float: left;
}

.move_left
{
    width:728px;
    height:95px;
    margin-left: 728px;
    border:thin solid gray;
}

.move_left img
{
    float: left;
}

.left_title
{
    display: none;
    float:left;
    position: absolute;
    width: 169px;
    height:84px;
    background: url('images/text-layer.png') no-repeat;
    margin-top:5px;
    margin-left:5px;
    padding-top: 30px;
    font-size: 16px;
    
}

.right_title
{
    display: none;
    float:right;
    position: absolute;
    width: 169px;
    height:84px;
    background: url('images/text-layer.png') no-repeat;
    margin-top:5px;
    margin-left:559px;
    padding-top: 30px;
    font-size: 16px;
}

.banner
{
    position: absolute;
    display:none;
} 



/* footer */ 
.footer
{
    width:100%;
    height:10%;
    background: url('images/footer.jpg') no-repeat;
    background-position: top center;
    background-color: #EE1C25;
}










