/* Original CSS made by Parker Moore: http://www.cs.mcgill.ca/pmoore6/a4/common.css */

html {
        margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#left {
	background-image: url("angel.png");
	background-position: left;
	left: 0px;
}

#right {
	background-image: url("demon.png");
	background-position: right;
	right: 0px;
}

.pic {
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: -2;
	position: absolute;
	top: 100px;
}

#content {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	width: 75%;
	text-align: center;
}

#heading {
	font-size:70px;
}


#navigation {
	font-size: 24px;
	
}

.medium {
	font-size: 34px;
}

.italic {
	font-style: italic;
}


