/*
Name: gallery.css
Synopsis: styles up the template on that the SSP gallery player resides on.
Auhtor: Jason Starnes - Rock Hill Herald 
*/

body {
	background-color: #1a1a1a;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mi_page_container {
	width: 900px;
	margin:	0 auto;
}

#mi_masthead {
	display: none;
}

#mi_sidebar {
	display: none;
}

#mi_footer {
	display: none;
}

#uh_oh {
	font-size: 11px;
	width: 480px;
	padding: 15px;
	margin: 30px auto;
	border: 1px solid #ffffff;
	color: #FFFFFF
}

.oops {
	text-align:center;
	font-family: Trebuchet MS, sans-serif;
	font-size: 5em;
	color:#FF0000;
	margin-bottom: 15px;
}

.msg {
	font-size: 1.5em;
	text-align: center;
}

.msg p {
	margin: 15px 0;
}
