/*  
Theme Name: CPS Finance
Theme URI: http://www.cpsfinance.nl
Description: Ontwerp voor CPS Finance
Version: 1.0
Author URI: http://www.spafu.nl
Author: SPAFU

*/

@import "basic.css";

/* Main CSS Styles
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

html {
  font-size: 100%; /* IE Fix */
  }

body {
  margin: 0 auto;
  width: 750px;
  font: 0.75em  Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  color: #202020;
  background: #ffffff url(images/back.png) repeat-x;
  }

#header {
	height: 750px;
	margin-top: 72px;
	background: url(images/home.png) no-repeat;
  }