/* THE INSTALL BAY -- GATHER CSS

author: Created and developed by EVOK Interactive
website: http://www.evokinteractive.com
contact: info@evokinteractive.com
version: 08 March 2005

*/

@import url("div.css");
@import url("typography.css");

html, body {
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333333;
	height: 100%;
}

html {
    
    background: url('../images/html_bg.png');
    
}

body  {
    
    background: url('../images/body_bg.png') repeat-x;
    
}