html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #E1DED7;
	font-family: "Courier New", Courier, monospace;
	background-image: url(../images/background.jpg);
	background-size: cover;
}
a {
    color: #FFFFFF;
	text-decoration: none;
}
img {
    border: none;
}
.content {
	margin: 20px 50px 0px 0px;
	padding: 12px;
	width: 450px;
	float:right;
    right: 0px;
	clear: both;
	-moz-border-radius: 7px;
    border-radius: 7px;
	position: relative;
}
.smaller {
    width: 300px;
}
.background {
	background-color: #812517;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:1;
    /* These three lines are for transparency in all browsers. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=70);
    opacity:.7;
	-moz-border-radius: 7px;
    border-radius: 7px;
}
.name {
    font-family:octin_spraypaint_b_bd;
	font-size: 65px;
	position: relative;
	z-index: 5;
}
.about {
	font-size: 30px;
	position: relative;
	z-index: 5;
}
.social {
	position: relative;
	z-index: 5;
}
.links {
	position: relative;
	z-index: 5;
}
