* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	}

/* Header
----------------------------------------------------*/
.g_header {
	display: none;
	}

/* Content
----------------------------------------------------*/
#g_content_o {
	width: 800px;
	height: 500px;
	margin: 50px auto 0 auto;
	background: #000 url('http://shorttermmemoryloss.com/new/homepageimages/random.php') no-repeat;
	text-align: left;
	}
#g_content_i {
	padding: 250px 200px 0 25px;
	}
#g_content_i p {
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 1em;
	background: #fff;
	padding: 2px 5px;
	}
#g_content_i a:link, #g_content_i a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
#g_content_i a:hover, #g_content_i a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	}
	
/* Footer
----------------------------------------------------*/
.g_footer {
	clear: both;
	width: 800px;
	margin: 5px auto;
	text-align: left;
	color: #999;
	font-size: 11px;
	}
.g_footer a, .g_footer a:visited {
	text-decoration: underline;
	color: #999;
	}
.g_footer a:hover, .g_footer a:active {
	text-decoration: underline;
	color: #333;
	}
	
/* NDML
----------------------------------------------------*/
hr {
	display: none;
	}
.clear {
	clear: both;
	}