/*+-----------------------------------------------------------------------------------+
+-----------------------------CSS USAGE LICENSE---------------------------------------+
+-------------------------------------------------------------------------------------+
|	file                 :	screen.css                                                |
|	web                  :	http://w3developing.com.com                               |
|	filename             :	/css/screen.css                                           |
|	version              :	02.26.2010                                                |
|	copyright            :	(c) 2010 Jason Wydro & w3developing, LLC                  |
|	license              :	(c) Copyright 2010. All Rights Reserved.                  |
|	author               :	Jason Wydro                                               |
|	web                  :	http://w3developing.com                                   |
+-------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------------------+*/

#mainPageBackground {
	background-image: url(../img/lower_body_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 100%;
	clear: left;
	/* Experimental */
	float: left;
}

#mainPageBox {
	width: 900px;
	margin: 0 auto;
	clear: left;
	/* Experimental */
	/*background-color: #990;
	border: 10px #036 solid;*/

}
