﻿/* CSS layout */
body{
 text-align:center
}

#site{
 margin:0 auto;
 text-align:left;
 width:750px
}

