/*#############################################################
Name: One Question - Characters - Template
Date: 2009
Description: A fantasy webcomic created by Cheeko
Designed by: N. E. Zahed
#############################################################*/

/* standard elements */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0;
	font-size: 12px;
	color: #2D2C3B;
}


/* characters*/

  #ranu
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-ranu.jpg") no-repeat 0 0;

  }

  #ranu:hover
  { 
    background: url("http://onequestioncomic.com/img/body-ranu.jpg") no-repeat 0 0;
  }

  #kaijina
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-kaijina.jpg") no-repeat 0 0;

  }

  #kaijina:hover
  { 
    background: url("http://onequestioncomic.com/img/body-kaijina.jpg") no-repeat 0 0;
  }
  
    #dart
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-dart.jpg") no-repeat 0 0;

  }

  #dart:hover
  { 
    background: url("http://onequestioncomic.com/img/body-dart.jpg") no-repeat 0 0;
  }

  #orson
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-orson.jpg") no-repeat 0 0;

  }

  #orson:hover
  { 
    background: url("http://onequestioncomic.com/img/body-orson.jpg") no-repeat 0 0;
  }
  
  #narini
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-narini.jpg") no-repeat 0 0;

  }

  #narini:hover
  { 
    background: url("http://onequestioncomic.com/img/body-narini.jpg") no-repeat 0 0;
  }

  #kavin
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-kavin.jpg") no-repeat 0 0;

  }

  #kavin:hover
  { 
    background: url("http://onequestioncomic.com/img/body-kavin.jpg") no-repeat 0 0;
  }

  #marie
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-marie.jpg") no-repeat 0 0;

  }

  #marie:hover
  { 
    background: url("http://onequestioncomic.com/img/body-marie.jpg") no-repeat 0 0;
  }

  #captain
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-captain.jpg") no-repeat 0 0;

  }

  #captain:hover
  { 
    background: url("http://onequestioncomic.com/img/body-captain.jpg") no-repeat 0 0;
  }

  #mask
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-mask.jpg") no-repeat 0 0;

  }

  #mask:hover
  { 
    background: url("http://onequestioncomic.com/img/body-mask.jpg") no-repeat 0 0;
  }

  #crysthel
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-crysthel.jpg") no-repeat 0 0;

  }

  #crysthel:hover
  { 
    background: url("http://onequestioncomic.com/img/body-crysthel.jpg") no-repeat 0 0;
  }

  #mother
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-mother.jpg") no-repeat 0 0;

  }

  #mother:hover
  { 
    background: url("http://onequestioncomic.com/img/body-mother.jpg") no-repeat 0 0;
  }

  #lord
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-lord.jpg") no-repeat 0 0;

  }

  #lord:hover
  { 
    background: url("http://onequestioncomic.com/img/body-lord.jpg") no-repeat 0 0;
  }

  #cloak
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-cloak.jpg") no-repeat 0 0;

  }

  #cloak:hover
  { 
    background: url("http://onequestioncomic.com/img/body-cloak.jpg") no-repeat 0 0;
  }

  #cheeko
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-cheeko.jpg") no-repeat 0 0;

  }

  #cheeko:hover
  { 
    background: url("http://onequestioncomic.com/img/body-cheeko.jpg") no-repeat 0 0;
  }

  #arfy
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-arfy.jpg") no-repeat 0 0;

  }

  #arfy:hover
  { 
    background: url("http://onequestioncomic.com/img/body-arfy.jpg") no-repeat 0 0;
  }

  #wazaga
  {
    display: block;
    width: 650px;
    height: 813px;
    background: url("http://onequestioncomic.com/img/char-wazaga.jpg") no-repeat 0 0;

  }

  #wazaga:hover
  { 
    background: url("http://onequestioncomic.com/img/body-wazaga.jpg") no-repeat 0 0;
  }

