
html 
{	overflow-y:scroll;}


body {

text-align:center;
    background: #000000;
    font-size: 12px;
    font-color:#A5A88E;
}


#container {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}




/* link */
a:link {
text-decoration:;
color:#ff9e81;}
a:visited {
text-decoration:;
color:#ff9e81;}
a:active {
text-decoration:;> 
color:#ff9e81;}
a:hover {
color:#ff9e81;}






