﻿body 
{
	background: #000000;
}

#main
{
    margin: 0 auto;
    position: relative;
    width: 1000px;
    min-height: 450px;
}
/* The styles below are only necessary for the demo page */

h1.h1header
{
    background: url(../images/header_bg.jpg) #000000;
    border-bottom: 1px solid #4D4D4D;
    font-size: 0.9em;
    font-weight: normal;
    padding-left: 10px;
    text-align: left;
    text-transform: uppercase;
}

h2.h2header {
    font-size: 0.9em;
    font-weight: normal;
    padding-right: 40px;
    position: absolute;
    top: 0px;
    right: 180px;
    text-align: right;
    text-transform: uppercase;
    margin-top: 0px;
}

div.tutInfo
{
    /* The tutorial info on the bottom of the page */
    text-align: center;
    position: relative;
    background: #000000;
    border-top: 1px solid #4D4D4D;
    width: 100%;
}
div.tutInfo h1
{
    background: none;
}
#dvlogin
{
    margin: 0 auto;
    width: 300px;
    height: 200px;
}
.box
{
    background: url(../images/bg-left.png) no-repeat;
    color: #000;
}
.box .box-right
{
    margin-left: 33px;
    background: url(../images/bg-right.png) repeat-x right top;
    height: 100%;
}
