/*********************************************
* STARSOUNDPRODUCTIONS.COM CSS V1.0
* Datum laatste wijziging: 02 december 2008
**********************************************/


/* BASIS ELEMENTEN 
**********************************************/

*{padding:0; margin:0;}

html, body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;; 
	font-size : 11px;
	line-height: 1.3em;
	text-align: left;
	color: #000;
	background: #ffffff;
	background-image:url();
	background-repeat: repeat-x;
}

h2 {
	font-size:13px;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font-weight:bold;
}

a:link,a:visited {
	color:#2058a3;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#f28d35;
	text-decoration:none;
}

p {
	margin-bottom: 10px;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
	width: 600px;
	height: 400px;
	background: #ffffff;
}


/* ANIMATION HOLDER
**********************************************/

#animation_holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 360px;
	background: #ffffff;
}


/* INDEX LINKS
**********************************************/

#index_links {
	position: absolute;
	top: 380px;
	left: 0px;
	width: 600px;
	height: 20px;
	text-align: center;
}
