/*
  ############################################################
  # rcStyle.CSS - Style Sheet for Revolution Computing.Co.Uk
  #	Author - Carl Bembridge
  # www.RevolutionComputing.co.uk
  # Version 0.5 Beta
  #
  ############################################################
*/

html {
   height            :  100%;
}

body {
   margin-top           :  0px;
   margin-bottom        :  0px;
   height               :  100%;
   text-align           : center;
   width                : 640px;
   margin               : 0 auto;
}

div#TopSpacer {
   background-color     :  #FFFFFF;
   width                :  640px;
   height               :  170px;
}

div#Main {
   width             :  640px;
   height            :  300px;
   text-align        :  center;
   clear             :  both;
   border-color		 :  #CC0000;
   border-width		 :  1px;
   
}

div#BottomSpacer {
   background-color     :  #FFFFFF;
   width                :  640px;
   height               :  200px;
}