html {
	height: 100%;
	}

body {
	font-size: 16px;
	line-height: 140%;
	background-color: #ebf1e1;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0;
	height: 100%;
	}
	
::selection {
    background: #822104;
    color: #fff;
    }

::-moz-selection {
	background: #822104;
	color: #fff;
	}


a {
	text-decoration: underline;
	color: #821f0e;
	}

a:visited {
	text-decoration: underline;
	color: #821f0e;
	}

a:hover {
	color: #b4daee;
	background-color: #0a4683;
	text-decoration: none;
	}
		
p {
	font-family: museo-slab, Georgia, serif;
	font-size: 18px;
	line-height: 140%;
	}
	
p.videospace {
	line-height: 2px;
	}
		
#content-home {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1046px;
	height: auto;
	min-height: 100%;
	}
	
#content-millionaire {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	width: 600px;
	height: auto;
	min-height: 100%;
	background-color: #ebf1e1;
	}
	
#hello {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 480xp;
	height: 330px;
	}

.ampersand {
	font-family: 'Alice', serif;
	}

p.hi_header {
	width: 480px;
	font-family: ff-enzo-web, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 40px;
	}

.hi_header1 {
	font-size: 38px;
	color: #520359;
	}
	
.hi_header2 {
	font-size: 34px;
	color: #33043d;
	}

p.hi_body {
	width: 480px;
	font-size: 19px;
	font-family: museo-slab, Georgia, serif;
	line-height: 130%;
	}
	
a.home_link {
	color: #76069f;
	font-weight: bold;
	border-bottom: none;
	}
	
a.home_link:visited {
	color: #76069f;
	font-weight: bold;
	border-bottom: none;
	}
	
a.home_link:hover {
	color: #fff;
	font-weight: bold;
	border-bottom: none;
	background-color: #76069f;
	}

a.home_link_footnote {
	font-size: 12px;
	vertical-align: top;
	position: relative;
	top: -3px;
	color: #76069f;
	font-weight: bold;
	border-bottom: none;
	}
	
a.home_link_footnote:visited {
	color: #76069f;
	font-weight: bold;
	border-bottom: none;
	}
	
a.home_link_footnote:hover {
	color: #ffffff;
	font-weight: bold;
	border-bottom: none;
	background-color: #76069f;
	}
	
p.headline {
	font-family: ff-enzo-web, Helvetica, sans-serif;
	color: #520359;
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	}
	
#back {
	position: absolute;
	top: 60px;
	left: 50px;
	}

a.backlink:hover {
	background-color: #ebf1e1;
	}
	

/* BORDERS */

#border-L, #border-R {
	top: 0;
	bottom: 0;
	width: 30px;
	position: fixed;
	display: block;
	z-index: 30;	
	background-repeat: repeat-y;
	} 

#border-L {
	left: 0;
	background-image: url('sitewide_img/border-L.jpg');
	}

#border-R {
	right: 0;
	background-image: url('sitewide_img/border-R.jpg');
	}

#border-T {
	position: fixed;
	height: 30px;
	width: 100%;
	top: 0;
	left: 0;
	background: url('sitewide_img/border-T.jpg');
	background-repeat: repeat-x;
	float: left;
	z-index: 30;
	}

#border-B {
	position: fixed;
	bottom: 0px;
	left: 0;
	height: 30px;
	width: 100%;
	background: url('sitewide_img/border-B.jpg');
	background-repeat: repeat-x;
	float: left;
	z-index: 100000000000;
	}	

#border-corner-TL {
	position: fixed;
	top: 0;
	left: 0;
	background: url('sitewide_img/border-corner-TL.jpg');
	background-repeat: none;
	width: 30px;
	height: 30px;
	z-index: 40;
	}

#border-corner-TR {
	position: fixed;
	top: 0;
	right: 0;
	background: url('sitewide_img/border-corner-TR.jpg');
	background-repeat: none;
	width: 30px;
	height: 30px;
	z-index: 40;
	}

#border-corner-BL {
	position: fixed;
	bottom: 0;
	left: 0;
	background: url('sitewide_img/border-corner-BL.jpg');
	background-repeat: none;
	width: 30px;
	height: 30px;
	z-index: 100000000001;
	}

#border-corner-BR {
	position: fixed;
	bottom: 0;
	right: 0;
	background: url('sitewide_img/border-corner-BR.jpg');
	background-repeat: none;
	width: 30px;
	height: 30px;
	z-index: 100000000001;
	}
