* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	background-color: #030303;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
	color: white;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	background-color: red;
}


/* Header
-----------------------------------------------------------------------------*/
#head {
	position: absolute;
	top: 20%;
	right: 5%;
	text-align: right:;
	width: 500px;
	z-index: 1000;
}

/* Content
-----------------------------------------------------------------------------*/
#content {

}

/* 	<div id="bg">a</div> */
#bg {
	
	background-image:url('img/smoke.png');
	background-position: bottom left;
	background-repeat: no-repeat;

	height: 1000px;
	width: 100%;
	position: absolute;
	bottom: 50px;
	z-index: 100;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 35px;
	position: absolute;
	bottom: 15px;
	background-color: grey;
	width: 100%;
}

#social {
	position: absolute;
	text-align: center;
	left: 20px;
}

h1 {
	color: white;
	font-size: 60px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: right;
}

h2 {
	color: grey;
	font-family: 'Fjalla One', sans-serif;
	text-align: right;
	font-size: 18px;
}

h3 {
	color: grey;
	font-family: 'Fjalla One', sans-serif;
	text-align: right;
	font-size: 18px;
}

h2.a {
	margin-top: 26px;
}

h3.b {
	margin-top: 9px;
}