/* @group Page Stuff */

body {
	background: #1f1f1f url(studio1.jpg) repeat fixed center top;
	color: white;
	text-decoration: none;
	text-align: center;
	text-shadow: black 1px 1px 5px;
	min-width: 600px;
	margin: 0px;
	text-transform: uppercase;
	float: none;
	padding-top: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
}

p {
	vertical-align: middle;

}

img {
	text-align: center;
	text-shadow: gray 1px 1px 5px;
	vertical-align: middle;
	float: none;
}

.next {
	font-size: medium;	
	font-weight: bold;
}

.next a {
	color: silver;
 	text-decoration: none;
}

.next a:hover {
	color: white;
	text-shadow: #333333 1px 1px 10px;
}

.navignation {
	color: #e0000d;
	margin-bottom: 30px;
}

.navignation a {
	color: silver;
 	text-decoration: none;
	font-weight: bold;
}

.navignation a:hover {
	color: white;
	text-shadow: gray 1px 1px 5px;
	font-weight: bold;	
}

.logo {
	text-decoration: none;
	border: 0;
}

/* @end */
