
#icamera
{
    background-color: Black;
}

#iheader
{
    background-color: white;
}

.cheader
{
    width: 100%;
    height: 100px;
}

.square
{
    width: 100%;
    height: 100px;
}

body {
    background-image: url("bg.jpg");
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
    background-attachment: fixed;
}
