/**
 * LICENSE
 *
 * "THE BEER-WARE LICENSE" (Revision 42):
 * "Sven Strittmatter" <ich@weltraumschaf.de> wrote this file.
 * As long as you retain this notice you can do whatever you want with
 * this stuff. If we meet some day, and you think this stuff is worth it,
 * you can buy me a beer in return.
 *
 * @author    Sven Strittmatter <ich@weltraumschaf.de>
 * @copyright Copyright (c) 2010, Sven Strittmatter.
 * @version   0.2.0
 * @license   http://www.weltraumschaf.de/the-beer-ware-license.txt
 */

body {
    background: url("img/bg-global.gif") repeat-x scroll 0 0 #737373;
	height: 100%;
	font: normal 12px/17px Verdana,Arial,Helvetica,sans-serif;
}

h1 {
	padding: 15px;
	margin: 0;
}

.help {
    background: none repeat scroll 0 0 #F9EEE2;
    border: 1px solid #DED2C5;
    padding: 5px;
}

#gwrapper {
    margin: 0 auto;
    text-align: left;
    width: 996px;
}

#wrapper {
    background: none repeat scroll 0 0 #FFFBF7;
    border: 2px solid #2D2D2D;
    float: left;
    width: 996px;
}

#content {
    padding: 15px;
}

#footer {
    margin: 0 15px;
    padding: 5px 0;
    text-align: right;
    border-top: 1px solid #DED2C5;
}