* {
margin:0;
padding:0;
}

body {
background:white;
color:#333333;
text-align:center;
}

#container {
background:white;
width:700px;
margin-right:auto;
margin-left:auto;
text-align:center;
padding-bottom: 10px;
border-right: 1px #C0C0C0 solid ;
border-left: 1px #C0C0C0 solid ;
border-bottom: 1px #C0C0C0 solid ;

}

a {
font-size: 12px;
color: black;
text-decoration: none;
}





