/* CSS Document */

#container {
position:relative;
height:250px;
width:600px;
left:50%;
margin-left:-300px;

top:200px;
padding:25px;

background-color:#FFFFFF;
color:#663366;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}



