body {
	background: url('../images/background.jpg') #111111;
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	color: #ebebeb;
	font-family: Helvetica;
	line-height:1;
	margin: 0;
	min-width: 100%;
}

a:link, a:visited, a:active {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	color: #005b7f;
}

h1 {
	font-size: 60px;
	text-align: center;
	text-shadow: 4px 4px 4px #000;
	margin: 0 0 40px 0;
}

p {
	margin: 0 0 20px 0;
	text-align: center;
}

.magenta {
	color: #ec008c;
}

.yellow {
	color: #fff200;
}

.green {
 color: #00a651;
}

.emphasize {
	font-style: italic;
	font-weight: bold;
}

#header {
	background-color: black;
	border-bottom: 1px solid #444;
	font-size: 32px;
	font-weight: bold;
	min-width: 600px;
	height: 40px;
	padding: 0 0 8px 8px;
}
#header img {
	float: left;
	margin-right: 4px;
}
#header p {
	margin: 0;
	padding-top: 7px;
	text-align: left;
}

#wrap {
	margin: auto;
	margin-top: 40px;
	width: 600px;
}

#wrap p {
	line-height: 20px;
}

#wrap #twitter_div {
	margin: 30px 0 0 0;
}

#wrap #twitter_div div {
	border-bottom: 1px dotted #ebebeb;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
}

#wrap #twitter_div ul {
	border-bottom: 1px dotted #ebebeb;
	list-style: none;
	margin: 0;
	padding: 10px 30px;
	text-align: justify;
}

#wrap #email_sub {
	margin-top: 30px;
	text-align: center;
}

#wrap #email_sub label {
	font-size: 18px;
	font-weight: bold;
}

#wrap #email_sub #trihs-trihs {
	margin: 0 10px;
}

#wrap #social {
	margin-top: 30px;
	overflow: auto;
}

#wrap #social div {
	float: left;
	overflow: hidden;
	width: 200px;
}

#wrap #social #tumblr a {
	background-image: url(../images/tumblr.png);
	display: block;
	height: 30px;
	margin: auto;
	text-indent: -10000px;
	width: 129px;
}

#wrap #social #tumblr a:hover {
	background-position: 0px 30px;
}

#wrap #social #twitter a {
	background-image: url(../images/twitter.png);
	display: block;
	height: 30px;
	margin: auto;
	text-indent: -10000px;
	width: 122px;
}

#wrap #social #twitter a:hover {
	background-position: 0px 30px;
}

#wrap #social #vimeo a {
	background-image: url(../images/vimeo.png);
	display: block;
	height: 30px;
	margin: auto;
	text-indent: -10000px;
	width: 106px;
}

#wrap #social #vimeo a:hover {
	background-position: 0px 30px;
}

#wrap #social img {
	border: none;
}

#wrap #downloads {
	overflow: hidden;
}

#wrap #downloads .left {
	float: left;
	margin-bottom: 40px;
	text-align: center;
	width: 300px;
}

#wrap #downloads h2 {
	font-size: 20px;
	margin: 60px 0 40px 0;
	text-align: center;
}

#wrap #downloads img {
	border: none;
	margin-bottom: 10px;
}