body{
margin:0;
padding:0;
}

p{
margin:0;
}

#container{
height:410px;
width:100%;
position: absolute; 
top: 50%; 
margin-top: -210px;  
left: 50%; 
margin-left: -50%; 
background-image: url(../images/intro/bg_main.gif);
background-repeat: repeat-x;
text-align:center;

}

#top{
width:967px;
height: 109px;
background-image: url(../images/intro/bg_top.gif);
background-repeat: no-repeat;
background-position: right;
margin:auto;
}

#middletop{
width:967px;
height: 111px;
margin:auto;
background-image: url(../images/intro/img2.jpg);
background-repeat: no-repeat;
background-position:right;
}

#middlebottom{
width:967px;
height:81px;
margin:auto;
background-image: url(../images/intro/img1.jpg);
background-repeat: no-repeat;
background-position: left;
}

#bottom{
width:967px;
height:109px;
background-image: url(../images/intro/bg_bottom.gif);
background-repeat: no-repeat;
background-position: left;
margin:auto;
}

#bottom img{
margin-top: 50px;
border:0;
}
/*
background-coor: red;
*/
