@font-face
{
    font-family: subatomic;
    src: url('/~achikin/assignments/3/myface/subatomic.eot');
    src: local(subatomic), url('/~achikin/assignments/3/myface/subatomic.ttf') format('opentype');	
}
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
 text-align: center;
}
html {
 background: url(/~achikin/assignments/3/myface/bg.jpg) no-repeat center center fixed #000000;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
body {
 color: #FFFFFF;
 font-family: subatomic, "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
 line-height: 1.8;
}
h2,h3,table,textarea ,input{
 background: url(/~achikin/assignments/3/myface/trans-bg.png) repeat;
 color:#FFFFFF;
 font-family: subatomic, "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
 padding-left:5px;
 padding-right:5px;
}
textarea{
 resize:none;
}
h5{
 font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif !important;
}
p{
 color:#FFFFFF;
 font-family: subatomic, "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
 padding-left:5px;
 padding-right:5px;
}
select{
 background-color: #333333 !important;
 color:#FFFFFF;
 font-family: subatomic, "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
 padding-left:5px;
 padding-right:5px;
}
p {
 line-height: 1.2;
}
td,th {
 border:0;
 padding: 10px;
}
img{
 border:0;
}
a:link {
 color: #11FFFF;
 text-decoration: none;
 font-weight: bold;
}
a:active, a:visited {
 font-weight: bold;
 text-decoration: none;
 color: #99FFFF;
}
a:hover, a:focus{
 font-weight: bold;
 text-decoration: none;
 color: #FFFFAA;
}
#header{
 padding-top: 10px;
 height:90px;
}