/* @override http://studio11media.com/semstyle.css */

body {
	background-color: #000;
}

#logobig {
	width: 750px;
	height: 500px;
	margin: auto;
	background-image: url(images/studio11media.jpg);
}

#content {
	margin: auto;
	padding: 20px;
	color: #e8e8e8;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	height: auto;
}

p {
	margin-bottom: 20px;
	color: #fefffe;
	font: 24px Georgia, "Times New Roman", Times, serif;
}

a {
	color: #20689e;
	text-decoration: none;
	letter-spacing: 3px;
}

a:hover {
	color: #fff;
}