* {
	margin: 0;
}

html { 
        background-color: #cccccc;
        height: 100%; 
		background-image: url(../images/logo_bg.jpg)
      } 
body { 
        background-color: #cccccc; 
		height: 100%;
        width: 974px; 
        margin: 0 auto; 
        position: relative; 
        min-height: 100%;
		background-image:url(../images/border.jpg);
		background-repeat:repeat-y;
		text-align: center;
      } 
	  
.wrapper {
	min-height: 100%;
	margin: 0 auto -195px; 
	width: 974px;
	text-align: left;
	background-image:url(../images/border.jpg);
	background-repeat:repeat-y;
	overflow: hidden;
	position: relative;
}

.push {
	height: 350px;
}

