body {
 background-image:url("gfx/bg.png");
 text-align:center;
 padding:0;
 margin:10px;
 font-family:Verdana;
 font-size:12px;
}

#header {
 background-image:url("gfx/logo.png");
 width:624px;
 height:160px;
 margin:auto;
 position:relative;
 right:15px;
}

#wrapper #menu {
 border-bottom:1px solid #EDD;
 padding-bottom:5px;
 text-align:center;
 position:relative;
}

#wrapper {
 padding:0;
 margin:auto;
 width:540px;
 min-height:300px;
 height:auto !important;
 height:300px;
 background-color:#F6F6F6;
 border:1px solid #EDD;
 text-align:left;
 padding:5px;
 position:relative;
}

#cred {
 font-family:Verdana;
 font-size:10px;
 color:#DCC;
}

h1 {
 font-family:Tahoma;
 font-size:20px;
 padding:0;
 margin:5px 5px;
}

a:link {
 color:#A99;
 text-decoration:none;
 border-bottom:1px dotted #A99;
}
a:visited {
 color:#99C;
 text-decoration:none;
 border-bottom:1px dotted #99C;
}
a:hover {
 color:#F00;
 border-bottom:1px dashed;
}
a:active {
 color:#000;
}

#cred a {
 color:#DCC;
 border-bottom:1px dotted #DCC;
}

p {
 margin:10px 0;
}

.form {
 font-family:Verdana;
 font-size:12px;
 border:1px solid #000;
}

.error {
 color:#C00;
 font-weight:bold;
}
.success {
 color:#0C0;
 font-weight:bold;
}
