/* CSS Document */
/*Tabula Rasa*/

* { 
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
}



#container {
	position:relative;
	width:800px;
	height:600px;
	margin:0 auto;
	padding-top:20px;
	}
	
#hmHead {
background-image:url(images/hm_head.gif);
height:116px;

}

#hmCon {
background-image:url(images/hm_content.jpg);
height:367px;
}

#hmBtns {
height:117px;
}





#comics {
width:800px;
height:600px;
background-image:url(images/comics.jpg);
}

#comicsBtn {
	position:absolute;
	left: 430px;
	top: 282px;
}

#musicaBtn {
	position:absolute;
	left: 609px;
	top: 67px;
}


#column1 {
	background:url(images/column1BG.jpg) no-repeat;
	width:250px;
	height:294px;
	float:left;
	margin:0px 5px 0px 0px;
}

#column2 {
	width:390px;
	float:left;
	margin:0px 5px;
	padding-top:10px;
}

#column3 {
	background:url(images/column3BG.jpg) no-repeat;
	width:248px;
	height:291px;
	float:left;
	margin:0px 5px;
}

.clearfix:after {content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End clearfix */
