/* CSS Document */
body {
background: #000;
background-image: url("stripe_green_black.png");
}
/*-------------------MAIN CONTAINER------------------------*/

#container {
width: 800px;
margin: 10px auto;
font-size: 11px;
font-family: Verdana;
line-height: 1.6em;
color: #0dac04;
background: #000;
}

/*-------------------HEADER------------------------*/

#header {
width: 800px;
height: 150px;
clear: both;
color: #13f507;
text-align:center; /*For TExt*/
/*background: #007BC9;*/
/*border: 1px solid #FFF;*/
}

#header h1{
color: #13f507;
font-size: 40px;
padding-top: 30px;
font: bold 30px;
}

#header h2{
color: #13f507;
font-size: 11px;
padding-top: 0px;
font: bold 11px;
}

#header a {
color: #13f507;
text-decoration: none;
padding: 2px;
}

/*-------------------CONTENT------------------------*/

#content {
width: 800px;
margin:0px auto;
height: 80%;
color: #13f507;
text-align:center; 
}

#content h1{
color: #13f507;
padding-top: 30px;
padding-bottom: 30px;
font: bold 20px georgia;
}

#content a {
color: #13f507;
text-decoration: none;
}

#content a:hover {
color: #0dac04;
/*border: 1px solid #FFF;*/
}
/*-------------------GAMELIST------------------------*/

#gamelistings{
	
}

#gamelistings a:hover {
color: #e32100;
border: 0px;
}

#gamelistings ul {
  list-style:none;
}
#gamelistings ul li {
  display:inline;
  
  margin: 0 auto;

}

#gamelistings img {
  border:0px;
  width:100px;
  height:100px;
}

#gamelistings ul li img {
  vertical-align:bottom;
}
/*-------------------CONTACT SECTION------------------------*/

.section{
 width: 320px;
 margin-left: auto ;
 margin-right: auto ;
 /*padding: 10px 30px;*/
 line-height:21px;
}

.bold4{
/*color:#881909;*/
font-size:15px;
text-decoration:none;	
}

#contact label input{
display: inline;
width: 150px;
margin-bottom: 10px;
}

#contact label {
text-align: left;
width: 75px;
padding-right: 20px;
}

#contact #testo{
width:280px;
height:200px;
}

#contact form{
border:dashed #003e80 1px;
/*margin-top:25px;
margin-bottom:40px;*/
padding:25px;
}

/*-------------------FOOTER------------------------*/
#footer {
clear: both;
width: 800px;
background: #000;
text-align:center;
/*border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;*/
padding-top:25px;
margin-bottom: 10px;
}
