﻿@charset "UTF-8";

/*--- THESE STYLES OVERRIDE THE STYLES IN dotorg_home.css 
      DO NOT FORGET to remove whatever styles you do not need to override
---------------------------------------------------------------------------------*/

body {
	background:#4298BC url('/images/design/bgcw2013_repeating_bg.jpg') repeat center top;


	
}
form {
/*/////Fallback////*/
	background:url('/images/design/bgcw2013_drawings.png') no-repeat center top;
/*/////CSS 3//////*/
	background:	url('/images/design/bgcw2013_drawings.png') no-repeat center top,
				url('/images/design/bgcw2013_flowers.png') repeat-x scroll center bottom;
}