body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/hex.png);	
}

a {
	text-decoration: none;
}

header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f0e5ff;
    /*height: 236px;*/
    padding: 5px;
    border-top: 2px solid #451c7c;
    border-left: 2px solid #451c7c;
    border-right: 2px solid #451c7c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-left: 2px solid #451c7c;
    border-right: 2px solid #451c7c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-left: 2px solid #451c7c;
    border-right: 2px solid #451c7c;
    border-bottom: 2px solid #451c7c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #451c7c;
    color: #fdd023;
    text-align: center;    
}

p {
    font-size: 18px;
}

#title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#tagline {
    background-color: #451c7c;
    color: #fdd023;
    text-align: center;
    font-size: 28px;
    font-style: italic;
    padding: 4px;
    margin-left: -5px;
    margin-right: -5px;
}

#pappy {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 100%;
}

#gameday {
    float: right;
    max-width: 350px;
    background-color: #000000;
    color: #d3bd8e;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 36px;
    padding: 10px;
    text-align: center;
}