@charset "UTF-8";
/* CSS Document */

body{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
background-color:#FFF;
margin:0px;
}

.container{
width:1000px;
background-color:#FFF;
}

.left-content{
width:700px;
float:left;
background-color:#FFF;
}

.right-content{
width:250px;
float:right;
background-color:#FFF;

}
