
.content {
  margin-left: 75px;
  font-size: 30px;
}


body {
	background: url("http://www.smagicmakers.com/images/background.jpg");
	background-repeat: repeat;
    background-color: #009f39;
	background-size: 100% auto;
	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
table.gaf {
	top: 0;
  	left: 0;
  	width: 1920px; 
	height: 540px;
}

h1, h2, h3, h4, h5, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
	font-size: 24px;
	color: #ffe600
}


a img { 
	border: none;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3f3151;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 100%;
	background-color: #f5ffff;
	margin: 0 auto;
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
}

.header {
	background-color: #f5ffff;
}

.sidebar1 {
	float: left;
	width: 180px;
	background-color: #f5ffff;
	padding-bottom: 10px;
}
.content {
	padding: 0;
	width: 780px;
	float: left;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666;
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 	background-color: #ADB96E;
	color: #FFF;
}


h1 {
	font-size: 24px;
	color: #6666ff;
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
}
h2,h3,h4,h5, {
	font-size: 30px;
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
	text-align: center;
}
h6 {
	margin: 0px;
	padding: 10;
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
	font-size: 60px;
	text-align: center;
	font-weight: 900;
	color: #ffe600;
}
a {
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
	color: #7030a0;
}
a:hover {
	color: #974807;
}
a:active {
	color: #000;
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
}


.poster {
  	position: fixed;
  	top: 90%;
  	left: 0;	
  	-webkit-transform: translateY(-90%);
  	-ms-transform: translateY(-90%);
  	transform: translateY(-90%);
	z-index: +1;
}

.poster {
  display: block;
  text-align: left;
  padding: 0px;
  transition: all 0.3s ease;
  color:  #ffff00;
  font-size: 20px;
  text-decoration: underline;	
}
