* { margin:0; padding:0; }

body {
    background: url("../images/bg.jpg") no-repeat scroll 0 0 transparent;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
	color:#fff;
}

img           { border:0; vertical-align:top; }

a             { color:#FFFF0A; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1          { font-size:2em; font-weight:normal; line-height:1.15; color:#444; }
h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; color:#FFFFFF; }
h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; color:#444; }
h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; color:#444; }
h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; color:#444; }
h6          { font-size:1em; line-height:1.35; margin-bottom:1em; color:#444; }

.content {
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    min-height: 280px;
    text-align: center;
    width: 500px;
}
.logo {padding:30px 0 10px;}
.main-text {font-size:18px;}