﻿/* CSS Document */
* { margin:0  ; padding : 0 ; }
body {
  margin: 0;
  padding : 0; 
  width : 100%;
  font-family: Georgia, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background: #FFF url(img/bg.gif) repeat top left; text-align: center;

}
#all {
width:812px;
height:1351px;
margin:0 auto;
text-align:center;
}
#bar {
width:4px;
height:1351px;
background: #FFF url(img/bar.gif) repeat-y top left; text-align: center;
float:left;
}
#main {
width:803px;
float:left;
background:#000;
}

