body{
background-color:		#0e0f12;
padding:				0px 0px 0px 0px;
margin:					0px 0px 0px 0px;
}

/*HEADER*/
#header{	
margin:					0px 0px 0px 0px;
padding:				0px;
width:					inherit;
height:					112px;
background-color:		#0e0f12;
}
#titleholder{
margin-left:			auto;
margin-right:			auto;
width:					960px;
height:					104px;
}
#title{
position:				absolute;
margin:					0px 0px 0px 0px;
width:					360px;
height:					104px;
color:					#FFFFFF;
background-image:		url(images/title_03.jpg);
background-repeat:		no-repeat;
background-position:	left;
}
#titlelink{
width:					360px;
height:					104px;
display:				block;
}
/*MAIN MENU*/
#mainmenu{
position:				absolute;
margin:					0px 0px 0px 359px;
width:					600px;
height:					104px;
color:					#FFFFFF;
}
.mmenubtn a{
position:				absolute;
width:					149px;
height:					84px;
border-right:			solid 1px #000000;
display:				block;
text-decoration:		none;
background-position:	0px 0px;
}
#mmbtn01 a{
border-left:			solid 1px #000000;
margin:					0px 0px 0px 0px;
background-image:		url(images/btn_reel.jpg);
}
#mmbtn02 a{
margin:					0px 0px 0px 151px;
background-image:		url(images/btn_proj.jpg);
}
#mmbtn03 a{
margin:					0px 0px 0px 301px;
background-image:		url(images/btn_sketch.jpg);
}
#mmbtn04 a{
margin:					0px 0px 0px 451px;
background-image:		url(images/btn_about.jpg);
}
.mmenubtn a:hover{
background-position:	0px -104px;
}
/*MAIN MENU - END*/

#whiteborder{
margin:					0px 0px 0px 0px;
width:					inherit;
height:					4px;
background-color:		#FFFFFF;
}
#fadeborder{
margin:					0px 0px 0px 0px;
width:					inherit;
height:					4px;
background-image:		url(images/fadeborder.jpg);
}
/*HEADER - END*/

/*CONTENT*/
#contentholder{
margin-left:			auto;
margin-right:			auto;
width:					inherit;
height:					auto;
background-color:		#FFFFFF;
padding-top:			10px;
padding-bottom:			15px;
}
/*CONTENT - END*/

/*FOOTER*/
#footer{
margin:					10px 0px 0px 0px;
width:					inherit;
height:					auto;
background-color:		#0e0f12;
}
#footertxt{
margin-left:			auto;
margin-right:			auto;
margin-top:				10px;
width:					360px;
height:					15px;
font-family:Georgia, 	"Times New Roman", Times, serif;
font-size:				10px;
color:					#f8b72c;
}
/*FOOTER - END*/