/* CSS Document */
body{
background-color:#FFFFFF;
}

div#container{

margin-left:auto;
margin-right:auto;
margin-top:10px;
/*border-style:solid;
border-color:#000000;
border-width:1px;*/
width:800px;
height:600px;

}

img{

border:none;
}


