/*
Main style sheet for kommafilms.com
Author: Jacob Davis
*/


body {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.7em;
text-align: center;
}

a {
text-decoration: none;
color: #000;
}

a:hover {
color: #e12000;
}

#wrapper {
width: 300px;
margin: 0 auto;
text-align: center;
position: relative;
top: 200px;
}

#header {
float: center;
width: 880px;
height: 90px;
padding: 10px;
margin: 0;
}

#logo {
margin: 0 auto;
text-align: center;
}

#enter {
margin: 0;
padding-top: 30px;
}

#headerLinks {
position: relative;
bottom: 58px;
float: right;
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
text-align: right;
}
