/*
This is a CSS document for Creativa Websites.
*/

/* 
This particular document is a CSS Document that controls the site's background and font settings ONLY.
____________________________________________________________________________________________________________
THIS DOCUMENT MUST BE LINKED TO ALL PAGES IN THE SITE, THAT ARE NOT POPUPS.
____________________________________________________________________________________________________________
*/

html, body{
	padding:0;
	margin:0;
	background: url(../images_interface/background.jpg) repeat-x scroll center top #719B3F;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
