/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
    background-image: url(yourimage.gif);
background: #340570;
background: -webkit-linear-gradient(to top, #340570 0%, #540EAD 45%, #6E0069 71%, #502982 100%);
background: -moz-linear-gradient(to top, #340570 0%, #540EAD 45%, #6E0069 71%, #502982 100%);
background: linear-gradient(to top, #340570 0%, #540EAD 45%, #6E0069 71%, #502982 100%);
}

p {
    padding: 10px; color: #8443D6;
}

#wrapper {
    margin: 0 auto;
    width: 650px;
}

#contentwrap {
    width: 650px;
    float: left;
    margin: 0 auto;
}

#content {
    background: #6E0069;
    border-radius: 10px;
    border: 5px solid #540EAD;
    margin: 5px;
}

h1 {font-family: 'Audiowide', cursive; color: #7573D9; font-size: 35pt; text-align: center;}

h2 {font-family: 'Audiowide', cursive; color: #D460CF; font-size: 20pt; text-align: center;}
 
 
