body
{
    background-color: black;
    text-align: center;
    padding:    0px;
    margin: 0px;
    font-size: 10px;
    font-family: Arial, Sans-Serif; 
    color: #666;
	background-image: url("/heppy/gfx/newLogo.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

a:link
{
    color: red;
    text-decoration: none;
}

a:visited
{
    color: red;
    text-decoration: none;
}

a:hover
{
    color: #fbc108;
    text-decoration: none;
}

#wrapper
{
    width: 600px;
    margin: auto;
	height: 100%;
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

.left
{
    float: left;
}

.yellow
{
    color: yellow;
}

#bottom
{
    font-family: arial;
    font-size: 10px;
    position: fixed;
    bottom: 0px;
    height: 20px;
    text-align: center;
    width: 100%;
}

#banner
{
    width: 100%;
    height: 200px;
    background-image: url("/gfx/newLogo.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

#banner a img
{
    border: 0px;
}

.success
{
    color: green;
}

.fail
{
    color: red;
}

.input-red
{
    background-color: #630101;
    border: 1px solid black;
    color: yellow;
    font-size: 12px;
}