/******************************************************************************
* Title: styling.css
* Author: Hunter Schoonver ~ Web Designer ~ hunter@skoonie.com
* 
* Purpose:
* 
* This cascading stylesheet provides styling for the index/home page, which is
* why it is in the root folder.
*
* Example usage:
* 		<link rel="stylesheet" href="styling.css">
*
*/

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* BASIC -- styling that applies to basic elements that affect all sections */

body {
    background-attachment: fixed;
    background-color: rgb(246, 246, 246);
	background-image: url('/sitewide/background.jpg');
    background-position: center;
	background-repeat: no-repeat;
}

/* end of BASIC */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* CONTENT SECTION -- Styling for the content section */

/* end of CONTENT SECTION */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */