body {
	background: url('prop.jpg') no-repeat 50% 10% fixed;
}
#mid {
	position: fixed; 
	display: block;
	left:35%;
	width:30%;
	bottom:0px;
	height:50%;
	text-align: center;
	z-index:300;
}
.title {
	font-family:'Josefin Sans',Gotham,sans-serif;
	font-size:48px;
	color:#160d47;
	font-weight: bold;
}
.subtitle {
	font-family:'Josefin Sans',Gotham,sans-serif;
	font-size:24px;
	color:#160d47;
}
.minor{
	font-family:'Josefin Sans',Gotham,sans-serif;
	font-size:20px;
	color:#160d47;
	text-align:center;
	line-height:160%;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
}
.options {
	font-family:'Josefin Sans',Gotham,sans-serif;
	font-size:16px;
	color:#160d47;
	text-align:center;
	line-height:160%;
	font-weight:bold;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
}
.options a{
	text-decoration:none;
	color:#160d47;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
}
.options a:hover{
	text-decoration:none;
	background-color:#160d47;
	color:#ffffff;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
}
#main {
	position: relative; 
	display: block;
	z-index:200;
	left:0px;;
	width:100%;
	top:0px;
	margin-top:175px;
	text-align: left;
}
.leftportion{
	position: absolute; 
	left:0%;
	text-align:left;
	width:33%;
	margin-left:30px;
	margin-right:30px;
}
.rightportion{
	position: absolute; 
	right:0%;
	text-align:right;
	width:33%;
	margin-left:30px;
	margin-right:30px;
}
.headline {
	font-family:'Josefin Sans',Gotham,sans-serif;
	font-size:36px;
	color:#160d47;
	line-height:160%;
}
.type {
	font-family:Georgia,Garamond,serif;
	font-size:14px;
	color:#333333;
	line-height:160%;
	text-align:left;
}
.type a{
	font-family:Georgia,Garamond,serif;
	font-size:14px;
	color:#333333;
	line-height:160%;
	text-align:left;
	text-decoration:underline;
}
.type a:hover{
	font-family:Georgia,Garamond,serif;
	font-size:14px;
	color:#160d47;
	line-height:160%;
	text-align:left;
	text-decoration:underline;
}