/* screen */
html{font-size:200%;}
@media(min-width:1024px){html{font-size: 100%}}

@font-face {
    font-family: 'Punk';
    src: url("fonts/AtariST8x16SystemFont.ttf");
}

body{
    background-color:#000000;
    color:#FFFFCC;
    font-family:Punk,Lucida Console,Arial,Sans Serif;
}

a:link{text-decoration:none; color:#9999FF;}
a:active{text-decoration:none; color:#9999FF;}
a:visited{text-decoration:none; color:#9999FF;}
a:hover{text-decoration:none; color:#CCCCFF;}

/* custom class */

div.page{
    max-width:1024px;
    min-width:480px;
}

img.logo{
    width:480px;
    height:64px;
}

/* html5 semantic */
header{
    text-align:left;
}
main{  
    text-align:left;
}