@charset "UTF-8";

/* All My Sons holding page CSS */

/* Reset */

* {
	margin: 0;
	padding: 0;
}

html {
  height: 100%;
  overflow-y: scroll;
}

img {
  border: 0;
}

a:focus {
	outline: none;
}


/* Main Styling */

body {
	background: #fff;
	padding: 40px 0 0 0;
}

.wrapper {
	background: #fff url(../images/static-splash/main-background.jpg) top center no-repeat; 
	width: 960px;
	margin: auto;
	min-height: 648px;
}

#flags {
	padding: 240px 0 0 285px;
}

#flags img {
	margin-right: 3px;
}


.credit {
	margin-top: 50px;
}

.olivier_awards{
	 display:block;
	 position:absolute; 
	 top:0; 
	 right:0; 
	 background-image: url(../images/olivier_awards.png);
	 width:140px; 
	 height:140px; 
}

.olivier_awards span{
	display:none;
}




