﻿/* Inflatable Fun written by Chris Beauchamp */
/* COMMON landing page version 1.0 */

body
{
    background-color: #000;
}
a:link, a:visited
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-family: "Century Gothic" , Verdana, sans-serif;
}
a:hover, a:visited:hover
{
    color: #b52b61;
    text-decoration: underline;
}
h1
{
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: #b52b61;
    font-weight: bold;
    font-family: "Century Gothic" , Verdana, sans-serif;
}
#position
{
    width: 795px;
    height: 398px; 
    margin: 0 auto;
    background-image: url(images/mainbg.jpg);
    background-repeat: no-repeat;
    background-color: #000;
}
#site
{
    width: 325px;
    height: 395px;
    float: left; 
    font-size: 26px;
}

#seperator
{
    padding-top: 10px;
    width: 10px;
    height: 395px;
    float: left;
}

#blurb
{
    width: 400px;
    height: 395px;
    float: left;
    padding-left: 20px;
    color: #ffffff;
}

