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/indo-bg.jpg') repeat #EE1C25;
    background-position: top center;
    background-color: white;
}


#global_wrap{
    
    width: 980px;    
    margin: auto;
    margin-top: -20px;
}

.header
{
    background: url('images/logo.png') no-repeat;
    background-position: center;
}

.clear{
	clear: both;
}

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

/* animation block */ 
 
.animate_block 
{
    overflow: hidden;
    float:left;
    width:988px;
}
.move_right
{
    width:988px;
    height:129px;
    margin-left: -988px;
    border:thin solid acacac;
}

.move_right img
{
    float: left;
}

.move_left
{
    width:988px;
    height:129px;
    margin-left: 988px;
    border:thin solid acacac;
}

.move_left img
{
    float: left;
}

.left_title
{
    display: none;
    float:left;
    position: absolute;
    width: 200px;
    height:84px;
    /**background: url('images/text-layer.png') no-repeat;**/
    margin-top:5px;
    margin-left:5px;
    padding-top: 30px;
    font-size: 28px;
	color:#fff;
	font-weight:bold;
	font-family: 'Lobster', cursive;
	text-shadow: black 0.1em 0.1em 0.2em;
    
}

.right_title
{
    display: none;
    float:right;
    position: absolute;
    width: 200px;
    height:84px;
    /**background: url('images/text-layer.png') no-repeat;**/
    margin-top:5px;
    margin-left:809px;
    padding-top: 30px;
    font-size: 28px;
	color:#fff;
	font-weight:bold;
	font-family: 'Lobster', cursive;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.right_title a, .left_title a
{ 
	text-decoration:none;
	color:#fff;
}

.text_title
{
	text-align:center;
    position: absolute;
    width: 169px;
    height:84px;
    /**background: url('images/text-layer.png') no-repeat;**/
    margin:5px 0 0 270px;
    padding-top: 30px;
    font-size: 16px;
	color:#fff;
	font-weight:bold;
	font-family: 'Lobster', cursive;
	text-shadow: black 0.1em 0.1em 0.2em;
    
}

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



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










