/* Body */

body {
	background: #000000;
	background-image: url('content/images/studio_bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	color: #FFFFFF;
	text-align: justify;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 20 20 20 20;
	image-border: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFD500;
	text-decoration: underline;
}


img {
	border: 0px;
}
