body, img, div{
	margin:0;
	padding:0;
}

.hidden{
	display:none;
}

body{
	background-color:#000000;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	margin:0;
	padding:0;
}

a{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
}

a:hover{
	font-family:inherit;
	color:#cc99ff;
	text-decoration:none;
}

#container{
	width:800px;
	padding: 20px 0 0 0;
}

#splashbox{
	width:480px;
	height:360px;
	background-image:url(splash.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: center center;
}

#splashtitle{
	width:300px;
	height:200px;
	background-image:url(splashtitle.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: center center;
}

#synopsis{
	width:640px;
	font-size:18px;
	padding:30px 0 0 0;
	line-height:24px;
}

#synopsis-pic{
	width:240px;
	height:280px;
	background-image:url(synopsis.jpg);
	background-repeat:no-repeat;
	background-position:scroll;
	float:left;
	padding: 0 15px 0 0;
}

.synopsis-text{
	padding: 0 15px 30px 15px;
}

#menucontainer{
	width:600px;
	height:40px;
	margin:10px 0 0 0;
	background-image:url(menushadow.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;
}

.menuedge{
	float:left;
	width:60px;
	height:40px;
}

.menubutton{
	font-family:Arial, sans-serif;
	font-size:15px;
	color:#ffffff;
	float:left;
	font-weight:bold;
	width:80px;
}

.menubutton-now{
	font-family:Arial, sans-serif;
	font-size:15px;
	color:#cc99ff;
	float:left;
	font-weight:bold;
	width:80px;
}

.box{
	width:480px;
	height:300px;
	margin: 200px 0 0 0;
}

.box-heading{
	font-size:18px;
	margin: 60px 0 0 10px;
}

.box-text{
	margin: 20px 0 0 10px;
}

.linksbox{
	width:480px;
	height:470px;
	margin: 30px 0 0 0;
}


.makerbox-mahbub, .makerbox-bum{
	width:600px;
	padding:20px;
}

.makerbox-mahbub, .makerbox-bum{
	height:600px;
}

.maker-text{
	width:550px;
	margin:5px 0 0 10px;
}

#mahbub-pic, #bum-pic{
	width:200px;
	height:180px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: left top;
	float:left;
	clear:left;
	font-size: 18px;
	padding: 320px 5px 0 5px;
}

#mahbub-pic{
	background-image:url(mahbub.jpg);
}

#bum-pic{
	background-image:url(bum.jpg);
}

#footer{
	font-size;12px;
	color:#cccccc;
	padding:20px 0 0 0;
	margin:0 0 20px 10px;
	clear:left;
}
