@charset "utf-8";

html, body {
margin: 0;
text-align: center;
font-family: Arial, Verdana;
font-size: 14px;
color: #605d5c;
background: #4e025f;
}

a {
outline: none;
}

img { 
border: 0;
}

a:link, a:visited { 
color: #3c3c3c; 
text-decoration: none; 
}

a:hover {
color: #3c3c3c; 
text-decoration: underline !important; 
}

#wrapper {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}