/*
body
{
	font-family: Arial, sans-serif;
}
*/
/* Google Preview: Basic configuration */ /* !! CUSTOMIZE THIS #1: Set dimensions and border */
#viewport {
    border: 1px solid #777777;
    height: 560px;
    margin-left: 50px;
    width: 700px;
}

/* Google Preview: Boilerplate styling */

#viewport {
    font-size: 16px;
    line-height: 1;
}

#viewport img, #viewport table, #viewport div, #viewport td {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}

#viewport td { vertical-align: middle; }
