@charset "utf-8";

/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}

#noFlashContent {
height: 100%;
}
/* end hide */

body {
margin: 0;
padding: 0;
height: 100%;
background: url(../img/bg.jpg) repeat;
}

a img{
border: 0;
}

#alternate{
position:absolute;
left:50%;
top:50%;
margin-left:-255px;
margin-top:-150px;
}