/*
Theme Name: The Syllabuzz Magazine
Theme URI: www.thesyllabuzz.com
Description: Fresh
Version: 1.0
Author: Santana
*/

body {
background-color:#FFFFFF;
margin-top:-15px;
height:100%;
width:100%;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
}
html>body, html>body #wrapper {
    height: auto;
}


#container {
	width: 778px;
	height: 650px;
	margin: 0 auto;
	margin-top: 100px;
	background-color: #ffffff;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CC0000;
}

a:link {color:#cc0000; text-decoration: none }
a:visited {color: #cc0000; text-decoration: none}
a:hover {color: #CC0000; text-decoration: blink;}








