﻿/*FORMAT*/

*
{
    margin: 0px;
    padding: 0px;
}
body, html
{
    text-align: center;
    background-color: #000;
}
a
{
    color: #000;
    text-decoration: underline;
}

p
{
    font-family: “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

h2
{
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 16px;
    line-height: 24px;
}

#stage
{
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    background-image: url(  '/images/mipmip.jpg' );
    background-repeat: no-repeat;
    height: 3000px;
}

.content1
{
    margin-top: 200px;
    width: 300px;
    float: left;
    text-align: left;
    padding-left: 90px;
}
.content2
{
    margin-top: 10px;
    clear: both;
    width: 300px;
    float: left;
    text-align: left;
    padding-left: 90px;
}
