@charset "utf-8";
/* CSS Document 

--------------------------------
/Default Property Resets Styles 
--------------------------------
*/


*{
  margin: 0;
  padding: 0;
}

table{
  border-collapse:collapse;border-spacing:0;
 }
fieldset,img{
  border:0;
  display:block;
 }
address,caption,cite,code,dfn,em,strong,th{
  font-style:normal;
  font-weight:normal;
 }
ol,ul {
  list-style:none;
 }
caption,th {
  text-align:left;
 }

q:before,q:after{
 content:'';
 }
 
/* 
--------------------------------
/Page Layout Styles
--------------------------------
*/

body,html
 {
   width:100%;
   background: url(../images/bg.png) repeat;
   padding:0;
   margin:0;
 }

#master
 {
   width:100%;
   height:715px;
 }
#footer-wrap{
	width: 100%;
	margin-bottom: 20px;
	/*background: url(../images/footerBg.png) 50% 0 no-repeat;*/
	}
#footer{
	width: 905px;
	margin: 0 auto;
	display:none;
}
#footer img{ border: 0;}
