body {
	background-image:url(http://www.souse.cc/images/background/yellow.jpg);
}
form, body {
    padding:0px;
    margin:0px;
}

body {
    font-family: verdana;
    font-Size:15px;
    line-height: 200%;
    margin:0px;
    color: #000;
    width: 100%;
    height: 100%;
}

#container {
    width: 960px;
    margin: 0px auto;
    padding-top:10px;
}

#content, #header {
    margin: 0px auto;
}

#footer {
    margin:0px auto;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
    clear:both;
    width:960px;
    color:#333;
    font-family:arial;
    font-size:10pt;
}
#footer a, #footer a:visited{
    color:#0066CC;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

.button {
    border:1px solid #000000;
    background-color: #f0f0f0;
    height:24px;
    width:110px;
    line-height:24px;
    cursor:pointer;
}
.button:hover {
    cursor:pointer;
    background-color:#FFFFFF;
}
