@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);

html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-image:url(bg.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
body,td,th {
	font: 300 13px 'Open Sans', sans-serif;
	color: #000;
	line-height: 20px;
}
:focus {
	outline: 0;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}
h1{
	font-size:23px;
	text-align:center;
	margin-bottom:40px;
	font-weight:300;
	margin-top:10%;
}
h2{
	font-size:19px;
	text-align:center;
	margin-top:30px;
	margin-bottom:40px;
	font-weight:300;
	margin-top:20%;
}
h3{
	font-size:15px;
	text-align:center;
	font-weight:300;
	
}
h3:first-child{
	margin-top:20%;
}
img{
	border: 0;
}
#content > img {
	display: block;
	margin: 20% auto 0 auto;
} 
#left {
	height:100%;
	background-image:url(bg.jpg);
	background-position:top left;
	background-size:cover;
	background-repeat:no-repeat;
	float:left;
	width:70%;
}

#content{
	width:30%;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	transition: background 1s ease;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#content:hover{
transition: background-color 1s ease;
  background-color: #FFFFFF;

}

/* Responsive */

@media screen and (max-width: 1500px) {
	#left {
		width:60%;
		}
	#content {
		width:40%;
		}
}
@media screen and (max-width: 1000px) {
	#left {
		width:50%;
		}
	#content {
		width:50%;
		}
}
@media screen and (max-width: 750px) {
	#left {
		display:none;
		}
	#content {
		margin:0 auto;
		width:60%
		}
	#content:hover {
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
		transition:none;
	}
}
@media screen and (max-width: 500px) {
	#content {
		width:100%;
		}
	h1 {
		font-size:19px;
	}
	h2 {
		font-size:15px;
	}
	h3 {
		font-size:13px;
	}
}
@media screen and (max-height: 500px) {
	#left {
		display:none;
	}
	#content {
		width:100%;
	}
	h1 {
		margin-top:20px;
	}
	h2 {
		margin-top:40px;
	}
	h3 {
		margin-top:10px;
	}
	#content > img {
		margin-top:50px;
	}
}
@media screen and (max-height: 500px) {
	#content > img {
		margin-top:20px;
	}
}