a.showLink, a.hideLink {
      text-decoration: none;
      color: #FF6600;
      background-color:#ffffff;
      padding-left: 0px; }

a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #FF6600; }

body {
	background-color:#ffffff;
	color:black; 
	text-align: center;
	}

#page-wrap {
     width: 800px;
     margin: 0 auto;
}

img.footerLine {
    position: relative;
    left: -120px;
    top: 0px;
}

img.badgeTwitter {
    position: relative;
    left: 600px;
    top: -50px;
    transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-webkit-transform: scale(0.5, 0.5);

}

img.badgeFacebook {
    position: relative;
    left: 600px;
    top: -45px;
    transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-webkit-transform: scale(0.5, 0.5);
}

img.badgeYouTube {
    position: relative;
    left: 580px;
    top: -45px;
    transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-webkit-transform: scale(0.5, 0.5);
}

footer {
    width: 900px;
    height: 100px;
	background-color:rgba(255, 103, 0, 0.0);
    text-align:left;
    padding:5px;
    }
    
h1 {
	color:black;
	background-color: white;
	font-family: 'Oswald', sans-serif;
	padding:0px;
	margin-left:20px; }

h2 {
	color:black;
	background-color: white;
	font-family: 'Oswald', sans-serif;
	padding:0px;
	margin-left:20px; }

div.copy {
	color:black;
	font-family: 'Oswald', sans-serif;
	padding:15px;
	margin-left:20px; 
	font-size: 1.0em;
	}

p {
	margin-left:20px;
	color:black;
	background-color: white;
	font-family: 'Open Sans', sans-serif; }

table {
	border:0px solid green;
	width:700px; }

td {
	width:100%;
	background-color:white;
	border:0px solid green;
	color:black;
	height:100px;
	padding:0px;
	text-align:left;
	vertical-align:top; }

#nav {
	width: 100%;
	padding-top: 5px; 
	padding-bottom: 10px; 
	list-style: none;
	position: relative;
	left: 20px;
 }
	
#nav li {
	display: inline-block;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	border: 0px solid #90bade;
	position:relative;
    margin: 0 5px 2px 5px;
    vertical-align: bottom; }
	
#nav li a {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: bottom;
	border-left: 0px; }
		
#about {
	display: block;
	width: 69px;
	height: 27px;
	background: url("images/button_about.png"); 
	background-repeat: no-repeat;
	background-position: 0 0; }

#about:hover {
	background: url("images/button_aboutOn.png") no-repeat 0 0; }

#contact {
	display: block;
	width: 82px;
	height: 27px;
    background: url("images/button_contact.png") no-repeat 0 0; }

#contact:hover { 
    background: url("images/button_contactOn.png") no-repeat 0 0; }

#games {
	 display: block;
	 width: 73px;
	 height: 27px;
	 background: url("images/button_games.png") no-repeat 0 0; }

#games:hover { 
    background: url("images/button_gamesOn.png") no-repeat 0 0; }

#news {
	display: block;
	width: 59px;
	height: 27px;
	background: url("images/button_news.png") no-repeat 0 0; }

#news:hover { 
    background: url("images/button_newsOn.png") no-repeat 0 0; }

#support {
	display: block;
	width: 84px;
	height: 27px;
	background: url("images/button_support.png") no-repeat 0 0; }

#support:hover { 
    background: url("images/button_supportOn.png") no-repeat 0 0; }
