/*
Copyright © 2008. All rights reserved. Pc Silver
Skin By Stefano Bitturini a.k.a Bittu 
Pc Silver Copyright versione 1.0 BETA
*/

/*
PREMESSE*/

body {
	margin: 0;
	font-family: Arial;
	font-size: 80%;
	line-height: 135%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	
}


/*
HOME
/*

/* Sito */
div#header {
	text-align: center;
	font-size: 14px;
				background-repeat: repeat;
	background-image: url(images/header.jpg);
	overflow:hidden;

 min-height: 336px;
height: auto !important;
height: 336px;

	}
	

	div#menu {
	text-align: center;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;;
    min-height: 40px;
height: auto !important;
height: 40px;

	}
    
    
	div#choose {
	text-align: center;
	font-size: 14px;
	text-decoration:none;
height: auto !important;
height: 40px;
margin-right:auto;
margin-left:auto;
width:800px;
	background-image: url(images/choose.jpg);
	background-repeat: repeat-x;;
	}


div#footer {
	
	text-align: center;
	font-size: 14px;
    color: white; 
	  }
      
     iframe
{
	border:none;
	padding:0;
	margin:0;
}




div#logo {
min-height:336px;
background-image: url(images/logo.jpg);
background-repeat: no-repeat;
background-position: bottom center;

}

 