/*
Author: artix
Author URL: http://www.artix.hr
*/


* {
margin : 0;
padding : 0;
}
html {
height : 100%;
background : #000;
}
body {
background : #000;
font-size : 12px;
line-height : 18px;
font-family : "Lucida Sans Unicode", Lucida Grande, sans-serif;
margin : 0;
padding : 0;
}

#fscontainer {
display : block;
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
min-width : 800px;
min-height : 800px;
background : #000;
}

#wrapper {
position : absolute;
top : 50%;
left:50%;
width : 600px;
height: 220px;
margin-left:-300px;
margin-top: -110px;
background: #000
}


.front {
width : 600px;
height: 220px;
background: #000 url(../images/logo.png) 0 0 no-repeat;
}

.back{
width : 600px;
height: 220px;
background: #000 url(../images/logoswap.png) 0 0 no-repeat;
}