@font-face {
    font-family: 'museo_sans500';
    src: url('fonts/MuseoSans_500-webfont.eot');
    src: url('fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	background: #231f20;
}

body {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0px 0px 65px #000000;
	width: 892px;
	height: 636px;
	margin: 50px auto;
	font-family: 'museo_sans500';
	color: #978981;
	position: relative;
}

div.logo {
	background: #978981;
	padding: 50px;
	float: left;
	width: 442px;
	height: 536px;
}

div.text {
	background: #978981;
	width: 300px;
	height: 536px;
	border: 0px solid #978981;
	padding: 50px;
	padding-left:0px;
	padding-top: 50px;
	float: left;
}

H1 {
	padding-top: 20px;
	color: #231f20;
	font-size: 43.5px;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

H2 {
	font-size: 19.5px;
	font-weight: normal;
	color: #231f20;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

P {
	font-size: 16px;
	color: #231f20;
	margin-bottom: 30px;
	line-height: 1.5;
}

A {
	color: #231f20;
	text-decoration: underline;
}

@media screen and (max-width:900px) {

  body {
    width:90%;
    text-align:center;
    margin:5%;
    background-color:#978981;
  }
  H1 {
    font-size:30px;
  }
  div.logo {
    width:90%;
    margin:5%;
    height:auto;
    border-bottom:1px solid #ccc;
    padding:0;
    padding-bottom:10px;
  }
  IMG {
    width:60%;
  }
  div.text {
    width:90%;
    padding:5%;
      height:auto;
}

}