@charset "utf-8";
/* CSS */

body {
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#intro {
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#master {
	position: relative;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: solid black 0px;
	background-color: #000000;
	text-align: left;
}
#logo {
	position: absolute;
	width:170px;
	height:365px;
	top: 10px;
	left: 0px;
	background-image:url(img/SoulBashment.png);
	background-repeat:no-repeat;
	}
#gallery_c {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top:90px;
	}
#header_sub {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top:380px;
	}
#header_sub2 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top:50px;
	}
#navbar {
	position: absolute;
	height:30px;
	width: 100%;
	top: 150px;
	right: 0px;
	text-align: right;
	background-image:url(img/cp_bg.gif);
	line-height: 35px;
}
#header {
	position: absolute;
	height:273px;
	width: 900px;
	top: 0px;
	right: 0px;
	background-image:url(img/header_bg.gif);
	background-color: #000000;			
}
#bodywrap {
	background-color: #000000;
	margin-top: 270px;
	position: absolute;
	padding: 0px;
	width: 900px;	
}
#cp {
	width:100%;
	height:10px;
	clear: both;
	padding: 0px 0px;
	text-align: center;
	margin-top: -100px;
	margin-left: 150px;
	color: #FFFFFF;
	font-family: Impact;
	font-size:16px;
}
#sideco1 {
	width:425px;
	float: left;
	margin-top:13px;
	margin-bottom: 20px;
	margin-left:10px;
	padding: 5px;
}
#sideco2 {
	width:425px;
	float: right;
	margin-top:13px;
	margin-bottom: 20px;
	margin-right:15px;
	padding: 5px;
}
#main {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #333333;
	margin-bottom: 20px;
	padding: 5px;
}
#main2 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #333333;
	margin-bottom: 20px;
	padding: 5px;
	height:600px;
}
#footer {
	width:100%;
	height:100px;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	color: #000000;
	background-color: #000000;
}
#IVDfooter {
	width:100%;
	height:42px;
	clear: both;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}

<!-- LINKS -->
a:link {color: #FFFFFF; text-decoration: underline;}
a:active {color: #FFFFFF; text-decoration: underline;}
a:visited {color: #FFFFFF; text-decoration: underline;}
a:hover {color: #CCCCCC; text-decoration: underline;}

a.one:link {color: #FFFFFF; text-decoration: underline;}
a.one:visited {color: #FFFFFF; text-decoration: underline;}
a.one:hover {color: #CCCCCC; text-decoration: none;}
-->
