body {
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size : 100%;
	color: #000;
	background-color:#fff;
	height:297mm; 
	width:210mm;
	margin-left:auto; 
	margin-right:auto;
}


		a:link, a:visited {
			color: #964075;
			text-decoration:none;
		}
		
		a:hover, a:focus {
			color: #c3659c;
		}
      
      h1 {
      	font-size : 120%;
      }
      
     .line {
		display : block;
		margin-bottom : 0.3em;
	  }
	  
      
      form, #header,#navigator, #footer,.press-release .screenshots .title-bar, .press-release .legend {
      	display : none;
      }
      
      .press-release .app-name {
		font-size: 130%;
		text-transform: uppercase;
		font-weight : bold;
	   }
	   
	  .document-type {
	   		font-size : 90%;
	   		text-align : center;
	   		display : block;
	   		font-weight : normal;
		}
		
	  .document-title {
	  	display : none;
	  }
	  
	  .video-screen {
	  	display : none;
	  }
   
      .press-release .icon-game {
      	float : left;
      	width : 20%;
      	height : 20%;
      	margin-right : 2%;
      	margin-bottom : 2%;
      }
      
      .press-release .introduction {
			font-size : 120%;
	  }
      
      .press-release .summary {
      	font-size: 120%;
      	font-weight : bold;
      	color: #403c3c;
      }
      
      .press-release .introduction {
      	font-size: 116%;
      	margin-bottom : 2%;
      }
      
      .press-release .localization {
		font-size: 125%;
		color: #403c3c;
		margin-bottom : 1%;
	  }
	  
	  .press-release .localization .date {
			margin-right : 0.5%;
	}
	  
	  .press-release .localization .app-information {
			font-size : 70%;
			background-color : #f5f1f1;
			margin-left : 0.5%;
			padding-left : 0.3em;
			padding-right : 0.3em;
			text-transform: uppercase;
			border-radius: 5px 5px 5px 5px;
			border : 1px solid #E4DBDB;
		}
	  
	  .press-release .extra-information {
	  	padding : 1%;
	  	position: absolute;
	  	font-size: 95%;
	  	bottom : 0px;
	  	width : 100%;
		color: #403c3c;
		border-left :4px solid #964075;
	  }
	  
	  .press-release .price {
	  	font-weight : bold;
	  }
	  
	  .press-release .extra-information .contact {
	  	font-size: 80%;
	  }
	  
	  .press-release .extra-information .video-game, .press-release .extra-information {
		  margin-left : 1em;
	   }
	   
	  .company-press-kit {
	  	display : block;
	  }
	  
	  .press-release .contact-social-network {

	  }

      .screenshots {
      	clear : both;
      	width : 100%;
      	margin : auto;
      }
      
	  .screenshots .screenshot {
		width : 25%;
		margin : 0;
		float : left;
	}
	
	.screenshots br {
		clear : both;
		display:none;
	}
	
	.screenshots .screenshot img {
		width : 98%;
		margin : 0; 
		height : 98%;
		border : 12px solid #f5f1f1;
	}
	
	.press-release .legend {
		text-align : center;
		font-size : 80%;
	}
	
	.clear {
		clear : both;
	}
	
	#footer {
		clear:both;
	}
	