/* Global styles */
* { margin: 0 ; padding: 0 ; border: 0 ; }
html, body { color: #659754 ; width: 100% ; font: italic 14px/15px Georgia, Garamond, serif ; background: #151515 ; height: 100% ; }
 
/* Positioning */
#footerlinks { margin-top: 280px ; }
#mainelement { background: url("../img/background.jpg") no-repeat top center ; text-align: center ; position: absolute ; top: 50% ; left: 50% ; height: 420px ; margin-top: -210px ; width: 600px ; margin-left: -300px ; }
#time { font-size: 12px ; color: #659754 ; }
#twitterfeed { width: 220px; height: 65px ; position: absolute ; top: 80px ; left: 187px ; text-align: left ; color: #AFF198 ; }
#wrapper { width: 600px ; height: 100% ; margin: 0 auto ; text-align: center ; }
 
/* Formatting */
a:link, a:visited, a:active { text-decoration: none ; background: #21262b ; color: #AFF198 ; }
a:hover { background: #21262b ; text-decoration: none ; border-bottom: 2px dashed #c23d3e ; color: #AFF198 ; }
p.footerlinks { padding: 10px ; font: italic 20px/25px Georgia, Garamond, serif ; }
