#contianer{
    width:1024px;
    margin:0px auto;
}
body{
  background:#ffffff;  
}

@media screen and (max-width:1023px) {
   #contianer{
    width:100%; 
}
img{
    width:100%; 
	height:100%; 
}
}

@media screen and (max-width:640px) {
   #contianer{
    width:100%; 
}
}

@media screen and (max-width:320px) {
   #contianer{
    width:100%; 
}
}

.button {
    position: relative;
    display: inline-block;
    border-radius: 0.35em;
    color: #FFF !important;
    text-decoration: none;
    padding: 0.75em 2.5em;
    background-color: #FF0000;
    border: 0px none;
    cursor: pointer;
    background-image: -moz-linear-gradient(center top , transparent, rgba(0, 0, 0, 0.15)), url('images/overlay.png');
    transition: background-color 0.35s ease-in-out 0s;
	height: 150%;

}
h1
	{
		font-weight: 200;
		color: #FF0000;
		line-height: 1.em;
	}

        p
	{
		margin-bottom: 1em;
	}
