@charset "utf-8";
/* CSS Document */

body {
	font-family: "Comic Sans MS", Verdana;
	font-size: 16px;
	font-weight: bold;
}
.bg {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgHome {
	background-image: url(images/background-home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header {
	position:relative;
	left:300px;
	top:20px;
	width:350px;
	height:120px;
	z-index:1;
}
#text {
	position:relative;
	left:430px;
	top:0px;
	width:327px;
	height:459px;
	z-index:2;
}
#hero {
	position:relative;
	left:300px;
	top:-170px;
	width:350px;
	height:120px;
	z-index:3;
}

