html { 
	background-color: #000000;
	background: url(../imgs/bg.gif) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	/*filter: blur(.5px);*/
}
body { 
	/*background-color: transparent;*/
	background-color: #00000044;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	max-width: 640px;
	/*max-height: 540px;*/

	margin: 60px auto 60px auto;
	/*
	padding-left: 40px;
	padding-right: 40px;
	*/
	padding: 30px;
	border-left: 6px solid #ffffff;
}
h1{
	font-weight: 300;
	font-size: 38px;
}
h2{
	font-weight: 800;
	font-size: 38px;
}
h3{
	font-weight: 300;
	font-size: 38px;
}
#avatar{
	/*margin-top: 60px;*/
}

#title{
	margin-top: 20px;
}

#info {
	padding-top: 40px;
	padding-bottom: 40px;
}
#info p{
	color: #ffffff;
	font-size: 18px;
}
#info p a{
	color: #ffffff;
	font-weight: 800;
}

#links{
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}
#links a{
	margin-right: 20px;
}