﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color: #3366FF;
}

.maindiv
{
    width: 100%;
    font-family: Arial;
}

.contentdiv
{
    width: 600px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    text-align: center;
}
