html, body {

margin: 0px;

padding: 0px;

height: 100%;

width: 100%;

}



#page{

margin: auto;

width: 99.5%;

height: 99%;



}



#content {

height: 100%;

width: 75%

margin: auto;

background-color: #FFFFFF;

}



#comic {

text-align: center;

}



#first {

width: 5%;

float: left;

height: 100%;

background-color:#FFFFFF;

}



#first a {

	display: block;

	height: 100%;

color:#FFFFFF;
background: #FFFFFF url('http://www.noncanon.com/2010/newdesign/comiccms/img/firstarrow.gif') no-repeat center;
}



#first a:hover {

color: ff00a3;
background: #ff00a3 url('http://www.noncanon.com/2010/newdesign/comiccms/img/firstarrowhover.gif') no-repeat center;
}





#previous {

width: 10%;

float: left;

height: 100%;

background-color:#FFFFFF;



}



#previous a {
display: block;
height: 100%;
color:#FFFFFF;
background: #FFFFFF url('http://www.noncanon.com/2010/newdesign/comiccms/img/prevarrow.gif') no-repeat center;
}



#previous a:hover {
color: #42ff00;
background: #42ff00 url('http://www.noncanon.com/2010/newdesign/comiccms/img/prevarrowhover.gif') no-repeat center;
}



#next {

width: 10%;

float: right;

height: 100%;

background-color: #FFFFFF

}



#next a {

	display: block;

	height: 100%;

color:#FFFFFF;
background: #FFFFFF url('http://www.noncanon.com/2010/newdesign/comiccms/img/nextarrow.gif') no-repeat center;

}



#next a:hover {

background: #f0ff00 url('http://www.noncanon.com/2010/newdesign/comiccms/img/nextarrowhover.gif') no-repeat center;

color: #f0ff00;

}



#last {

width: 5%;

float: right;

height: 100%;

background-color: #FFFFFF;

}



#last a {

	display: block;

	height: 100%;

	overflow: hidden;

color:#FFFFFF;
background: #FFFFFF url('http://www.noncanon.com/2010/newdesign/comiccms/img/lastarrow.gif') no-repeat center;
}



#last a:hover {

color: #00fcff;
background: #00fcff url('http://www.noncanon.com/2010/newdesign/comiccms/img/lastarrowhover.gif') no-repeat center;
}



#header {

background: #FFFFFF;

height: 100px;

}





#footer{

height:2%;

font-family:Arial;

font-size: 8pt;

color: 515151;

text-align:right;

}



#footer a{

color: #515151;

text-decoration: none

}



#footer a:hover{

color: #ff0000;

}


