@charset "utf-8";
body {
	background-color: #fff;
	background-image: url(../images/NEW-HAPPY-ENDING-WEBSITE-BG-STRIP.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
}
html {
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

  
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F90;
}
a img {
	border: 2px solid #ff6600;
}
.nav a img{
	border: 0px;
}
a {
	outline:none;
}
  
  
.outerdiv {
	background-image: url(../images/COVER-ART-CHARACTERS4.png);
	background-repeat: no-repeat;
	width: 960px;
	background-size: 609px 723px;
	margin-right: auto;
	margin-left: auto;
	background-position: left 20px;
	position: relative;
}
.outerdiv2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.navigation {
	/*font-family:'Crushed', Arial, Helvetica, sans-serif;*/
	/*font-family: 'Bangers', cursive;*/
	font-family: 'Squada One', Arial, Helvetica, sans-serif;
	/*font-family: 'Graduate', cursive;*/
	font-size: 40px;
	color: #FFFFFF;
	/*font-weight: bold;*/
	width: inherit;
	margin-top: 20px;
	font-variant: small-caps;
}
.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: yellow;
	margin-top: 35px;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000306;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navigation a:link {
	color: #FFF !important;
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
	color: #FFF !important;
}
.navigation a:hover {
	text-decoration: none;
	color: #FF0 !important;
}
.navigation a:active {
	text-decoration: none;
	color: #FFF !important;
}

.content {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #000 !important;
	margin-top: 15px !important;
	font-weight: bold;
}

td {
	vertical-align: top;
}
td img {
	border: 2px solid yellow;
}
td p {
	margin-top: 0px;
	color: #000;
}
.twitter{
	position:absolute;
	top:120px;
	left:725px;
	width:300px;
}

.red{color:#fd0003;}
.yellow {
	color: #FF0;
}
.white {
	color: #FFF;
}
