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

.wrapper {
	height: 1630px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
.links {
	height: 25px;
	width: 800px;
}
.header {
	height: 150px;
	width: 800px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
.reallinks {
	height: 30px;
	width: 312px;
	background-color: #FFFFFF;
	float: left;
}
.contactbutton {
	margin-left: 30px;
}
.myspace {
	float: left;
	height: 60px;
	width: 485px;
	background-repeat: no-repeat;
	background-image: url(images/myspace.gif);
}
.mainpage {
	float: left;
	height: 1415px;
	width: 800px;
	background-image: url(images/mainpage.gif);
	background-repeat: no-repeat;
}

