/* Important notes:
-You may not assume ANYTHING about the path to images or media
that isn't under this file's theme pack.  In other words, no ../ relative links.
-This stylesheet will be applied after the one in
wifidog/media/base_theme/stylesheet.css.  This theme pack should only override the elements
 in the base stylesheet that you want to change.
*/

/* Redefine network logo */

#page_header {
 	        margin: 20;
 	        padding: 20;
 	        background: #f5f5f5 url('images/header3.jpg') no-repeat 10px 10px;
	        height: 148px;
        border: none;
  }
/*body {
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande", "Verdana", sans-serif, Arial;
    color: black;
    font-size: 0.8em;
    background-image: url('images/TWA_Background.png') no-repeat;
    text-align: center;
}   */

#page_body {
    width: 1280px;
    /*height: 1024;         */
   /* position: absolute;   */
	padding: 0px;
	margin: 0px;
    background-image: url('images/TWA_Background.png');
	padding-top: 10px;
    background-repeat: repeat;   
  background-position: top;

}