/*F O N T*/

@font-face {
   font-family: FGJeanna;
   src: url(/FGJeanna.ttf);
   [if IE]src: url(/FGJeanna.eot);}

body {
background-color: #000;
background-image: url('images/bg.jpg');
background-repeat:repeat-y;
margin: 0px;
padding: 0px;
height:100%;}

#enter{
background-image: url('images/enter.jpg');
background-repeat:no-repeat;
background-position:middle;
width:1280px;
height:210px;
margin:0px;
padding:0px;}

#enter_text{
margin: 100px 0px 0px 470px;
width:120px;}

#enter a:link,#enter a:active,#enter a:visited{
font-family:FGJeanna;
color:#de3d6a;
font-size:32px;
display:block;
text-decoration:none;}

#enter a:hover{
color:#000;}
