@charset "utf-8";

/***** CSS FILE PROGRAMMED BY: CHRIS TAKAKURA *****/

/*****DI_CSS RESET ****/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  


a {
	border:none;
	}

a:hover{
	color:#821517;

	}
	
a:visited{
	color:none;	
	}
	
a:active{
	color:#fff;
	}


body {

	background-color: #FBFBFB;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
	padding: 0;


}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 777px;

}


#container{

	background-color:#FFFFFF;
	background-image:url(../images/contentbg.png);
	background-repeat:repeat-x;
	color:#000000;
	font-size:12px;
	height:450px;
	margin-top:290px;
	position:absolute;
	width:100%;
	
  }
  
#logo {
	background-image:url(../images/logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:80px;
	margin-left:65px;
	margin-top:40px;
	padding:0;
	width:515px;

}
  
#enterstudio{

	background-image:url(../images/studio.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:48px;
	margin-left:156px;
	margin-top:65px;
	width:175px;	

}

#enterstudio:hover{
	
	background-image: url(../images/studio.png);
	background-position: bottom left;
	width: 370px;

}

#portfolio{

	background-image:url(../images/portfolio.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:48px;
	margin-left:156px;
	margin-top:-5px;
	width:175px;	

}

#portfolio:hover{
	
	background-image: url(../images/portfolio.png);
	background-position: bottom left;
	width: 370px;

}


#copyright {
	
	background-image:url(../images/copyright.png);
	background-position:0 2px;
	background-repeat:no-repeat;
	height:125px;
	margin-left:160px;
	width:401px;

}

#spacer{

	height:65px;
	width:401px;

}

#browsehappy{

	border:0 none;
	margin-left:180px;
	
	
	}


