@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('Chunkfive-webfont.eot');
    src: url('Chunkfive-webfont-.eot#iefix') format('embedded-opentype'),
         url('Chunkfive-webfont.woff') format('woff'),
         url('Chunkfive-webfont.ttf') format('truetype'),
         url('Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
font-size:13px;
margin:0;
padding:0;
}

.out {
position:absolute;
z-index:10;
width:100%;
top:150px;
}

a:link,a:visited {
font-weight:700;
text-decoration:none;
color:inherit;
}

h2,p {
margin:8px;
padding:0;
}

h2 {
font-size:24px;
}

p {
font-family:Georgia, Times New Roman;
font-size:16px;
font-style:italic;
}

.con {
width:900px;
text-align:center;
margin:auto;
}

.logo {
font-family: ChunkFiveRegular;
font-size: 80px;
display:block;
width:auto;
height:80px;
margin:-50px;
}

#bg {
display:block;
height:100%;
position:fixed;
width:100%;
}

#bg .img {
top:0;
position:absolute;
height:100%;
width:100%;
z-index:0;
}

.form {
margin:20px 0 15px;
}

input.text {
background:#fff url("img/cont.png.html") repeat-x;
font-family:Helvetica,Arial,sans-serif;
font-size:13px;
color:#888;
line-height:2;
-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.05) inset;
-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.05) inset;
box-shadow:1px 1px 1px rgba(0,0,0,0.05) inset;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
width:280px;
padding:6px;
}

input.text:hover,input.text:focus {
color:#555;
-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset;
-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset;
box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset;
}

input.submit {
font-size:14px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
cursor:pointer;
margin:5px;
padding: 0px 14px;
height: 40px;
line-height: 40px;
}

.footer {
font-size:13px;
color:#aaa;
bottom:25px;
position:absolute;
text-align:center;
z-index:10;
width:100%;
text-transform:lowercase;
}

.footer a {
margin-right:16px;
}