body {
	margin: 0;
}
img.bg {
	/* Set rules to fill background */
        min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
        width: 100%;
	height: auto;
	/* Set up positioning */
        position: fixed;
	top: -3%;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
			
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}
*	{
	margin: none;
	padding: none;
}	
h1 {
	font-family: raleway, sans-serif;
	font-weight: 100;
	font-size: 55px;
	line-height: 55px;
	padding: none;
	letter-spacing: 1px;
	/*color: #8695a8;*/
	color: #89589f;
}
h2 {
	font-family: raleway, sans-serif;
	font-weight: 100;
	font-size: 28px;
	letter-spacing: 1px;
	color: #8695a8;
	padding: none;
	margin: none;
}
p {
	margin: 0;
	padding: 0;
}
#logo {
	background: transparent;
	position: relative;
	width: 350px;
	height: 50px;
	padding: 0px 40px 25px;
}
#page-wrap {
	position: relative;
	font-family: 'Marvel', sans-serif;
	width: 320px;
	padding: 10px 20px;
	background: transparent;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	letter-spacing: 1px;
}
#page-wrap a {
	text-decoration: none;
	color: #999;
	line-height: 40px;
	padding: 5px;
	text-transform: uppercase;
}
#page-wrap a:hover {
	color: #8695a8;
}
#page-wrap ul {
	font-size: 24px;
	list-style-type: none;
}
#page-wrap li {
	margin-left: -20px;
	border-bottom: solid 1px white;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#page-wrap li:last-child {
	border: none;
}
#photo-wrap {
	position: relative;
	font-family: 'Marvel', sans-serif;
	width: 320px;
	padding: 20px 50px;
	background: transparent;
	height: auto;
	letter-spacing: 1px;
	margin-top: -70px;
}
#footer {
	position: absolute;
	bottom: 0;
	background: transparent;
	width: 350px;
	height: 35px;
	padding: 0px 46px;
}
#footer p {
	font-size: 11px;
	font-family: helvetica, sans-serif;
	color: #CCC;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#inline_content {
	font-family: 'Marvel', sans-serif;
	font-size: 22px;
	color: #CCC;
	margin: none;
	padding: none;
}
#inline_content a {
	color: black;
	text-decoration: none;
}
#inline_content a:hover {
	text-decoration: underline;
}
.black {
	color: black;
	padding: none;
	margin-bottom: 20px;
}
