body {
    background: black;
}
a, a.hover, a.link {
	text-decoration:none;
	border: none;
    color: #ff9999;
}
a:focus { 
    outline: none; 
}
a img {
	text-decoration:none;
	border: none;
    color: black;
}
.drawings {
    margin: 2px;
    width: 240px;
    height: 240px;
    float: left;
}
.drawings img {
    margin: 0 auto;
}
.avatars {
    margin: 2px;
    width: 179px;
    height: 179px;
    float: left;
}
.avatars_last {
    margin: 2px;
    margin-bottom: 40px;
    width: 179px;
    height: 179px;
    float: left;
}
.avatars img, .avatars_last img {
    margin: 6px auto;
}
.index {
    width: 732px;
    margin: 35px auto 0;
}
.all {
    width: 732px;
    text-align: center;
    margin: 10px auto 50px;
    color: white;
    font-size: small;
    font-family: helvetica;
}
#logo {
    margin-bottom: 5px;
    margin-top: -10px;
}
#logo2 {

}
.footer {
    position: fixed;
    bottom: 0px;
    padding: 10px 0 10px 0;
    margin: 0 0 0 -10px;
    width: 100%;
    color: white;
    font-size: small;
    font-family: helvetica;
    background: black;
    text-align: center;
}
#main {
    margin-top: 10px;
    margin-bottom: 30px;
}
input.btn { 
    color: #333; 
    font: 84% 'trebuchet ms',helvetica,sans-serif; 
    background-color: #CCC; 
    border: 1px solid; 
    border-color: #333;
    cursor:pointer;
}
.loading {
    background: url(loader.gif) no-repeat center center black;
}
#loader {
    width: 30px;
    height: 30px;
    margin: 3px auto;
}
