/*	Reset
	---------------------- */

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  
input, textarea {  
    margin: 0;  
    padding: 0;  
    font-size: 100% 
	}  

ul {list-style: none}  
img, fieldset {border: 0}  
h1, h2, h3 {font-weight: normal}  
em {font-style: italic}  
strong {font-weight: bold}

/*	Text Formatting
	---------------------- */

/*	DIV Styles
	---------------------- */
	
html, body {
	height: 100%;
	width: 100%;
	}

#bgimage {
  	background: url(img/bg/bgrotator.php) no-repeat center center;
  	width: 100%;
  	height: 100%;
  	float: left;
  	overflow: hidden
	}
	
#gridquote {
	background: url(img/grid/gridrotator.php) no-repeat center center;
	width: 225px;
	height: 225px;
	margin: 17% auto;
	}

