@charset "utf-8";
@import url("../webfonts/girls_are_weird/stylesheet.css");
@import url("../webfonts/Blackadder_ITC/stylesheet.css");


body {
	background-image: url(../images/1px_black.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.container1 {
	height: auto;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 30px;
	color: #FFF;
}
.content_container {
	background-image: url(../images/burton_world.jpg);
	background-repeat: no-repeat;
	height: 1020px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	font-family: "girls are weird";
	font-size: 50px;
	color: #000;
	text-align: center;
	position: relative;
}
.title1 {
	font-family: "girls are weird";
	font-size: 72px;
	color: #000;
	position: absolute;
	left: 360px;
	top: 200px;
	height: auto;
	width: 200px;
}
.description {
	width: 500px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 20px;
	color: #000;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 262px;
	top: 445px;
}
.link1 {
	font-family: "girls are weird";
	font-size: 36px;
	color: #000;
	width: 400px;
	position: absolute;
	left: 309px;
	top: 577px;
}

.link2 {
	font-family: "girls are weird";
	font-size: 36px;
	color: #000;
	width: 400px;
	position: absolute;
	left: 314px;
	top: 711px;
}

.home a:link{
	color: #CCC;
	margin-top: 300px;
	margin-left: 100px;
	position: absolute;
	bottom: 20px;
	left: 150px;
	font-family: "girls are weird";
	font-size: 75px;
}
.home a:visited {
	color: #FFF;
}

.home a:hover {
	color: #0C9;
}
.home a:active{
	color: #F00;
}
