/* Bring in the Default CSS for the website */
@import url('main.css');

header h1 {
	top: 85px;
}
.wrapper{
	height: 1600px;;
}
.RelPos{
	position:relative;
	top: 50px;
	right: 0;
	float: right;
}