/* CSS Document */

body{
margin:0px auto;
padding:0px;
text-align:center;
}
#main{
width:960px;
text-align:center;
}
#textspace{
position:relative;
float:left;
width:960px;
height:15px;
}
#leftpart{
position:relative;
float:left;
width:185px;
}
#leftspace{
position:relative;
float:left;
width:185px;
height:15px;
}
#rightpart{
position:relative;
float:right;
width:758px;
}
