﻿body 
{
    background-color:#678fc0;
	font-family:Verdana;
	color:#000000;
}


#place
{
    position:absolute;
    height:200px; 
    width:600px;
    margin:-100px 0px 0px -300px;
    top: 50%; 
    left: 50%;
    border: 1px dotted #000000;
    background-color:#678fc0;
}
