body {
font-family: Helvetica;
font-size: 14px;
line-height: 1.5;
color: #fff;
background-image: url(bg.jpg);
background-color: #1f1f1f;
background-repeat: no-repeat;
background-position: top;
background-size: 100%;
font-family: 
}

a {
color: #fff;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

h1 {
font-size: 40px;
}

#content {
font-family: 'Helvetica Neue';
color: #fff;
font-size: 40px;
margin:0 auto;
width: 800px;
margin-top: 250px;
text-align: center;
}

.text {
font-size: 16px;
}

#footer {
margin: 0 auto;
font-size: 8px;
margin-top: 50px;
text-align: center;
width: 600px;
}

#newsletter {
border: 1px dashed #ffffff;
border-radius: 3px;
width: 300px;
text-align: center;
margin-top: 40px;
padding: 10px;
}

.email_input {
background-color: #cccccc;
border: 0px solid #dddddd;
color: #333333;
height: 20px;
border-radius: 3px;
text-align: center;
}

.tlacitko {
background-color: #333333;
border: 0px;
color: #fff;
outline: none;
border-radius: 3px;
}