

@charset "UTF-8";
/* CSS Document */


#outer{
width:739px;
height:1024px;

}

#header {
width:739px;
height:393px;
float:left;
background:url(../images/header.png) no-repeat;	
}

#comics {
width:262px;
height:305px;
float:left;
background:url(../images/comics.png) no-repeat;	
}

#talks {
width:477px;
height:305px;
float:right;
background:url(../images/talks.png) no-repeat;	

}

#lower { 
width:739px;
height:326px;
background:url(../images/lower.png)  no-repeat;	
float:left;
}

/*  Index 2 page*/


#in2topleft{
width:465x;
height:324px;
background:url(../images/index2/01.png) no-repeat;
}

#in2middleleft{
width:466px;
height:642px;
float:left;
background:url(../images/index2/03.png) no-repeat;
}

#in2topright {
width:274px;
height:324px;
float:right;	
background:url(../images/index2/02.png) no-repeat;
}

#in2middleright{ 
width:273px;
height:253px;
float:left;
background:url(../images/index2/04.png) no-repeat;
}


#in2bottomleft{ 
width:273px;
height:389px;
float:left;
background:url(../images/index2/05.png) no-repeat;
}


#in2bottomright{ 
width:465px;
height:58px;
float:left;
background:url(../images/index2/06.png) no-repeat;
}


#in2bottommiddleright{ 
width:274px;
height:58px;
background:url(../images/index2/07.png) no-repeat;
float:right;
}

/*  About me page*/


#abouttopleft{
width:378px;
height:649px;
float:left;
background:url(../images/aboutme/Page_10_01.png) no-repeat;

}

#aboutbottom{
width:739px;
height:375px;
float:left;
background:url(../images/aboutme/Page_10_03.png) no-repeat;

}
#abouttopright {
width:361px;
height:649px;
float:right;
background:url(../images/aboutme/Page_10_02.png) no-repeat;

}