@charset "utf-8";
/* CSS Document */
html { 
  background: url(images/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.body {
	margin:0 auto;
	color:#000000;
	display:block;
	background-color:rgba(230,230,230,0.4);
	width:500px;
	height:100%;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size: 16px;
	}
.logo {
	text-align:center;
	color:#333333;
	}
.main {
	margin-left:50px;
	margin-right:50px;
	overflow:hidden;
	width:auto;
	height:auto;
}
h1 {
	font-size:50px;
	font-family:'Lobster', cursive;
	margin:0;
	}
h2 {
	font-size:16px;
	}
h2 {
	font-size:16px;
}
div .left{
	float:left;
	overflow:hidden;
	width:40%;
}
div .right{
	float:left;
	overflow:hidden;
}
.footer{
	margin:20px;
	text-align:center;
	margin-left:50px;
	}
#pic {
	margin-bottom:10px;}

.subtitle {
	
	list-style-type:none;}