/*body { 
	background-color: #fff; 
	background-image: url("../img/background.png");
	background-repeat: repeat-x;
}

body img {
	margin: 0 auto;
    display: block;
    }*/

* {
	margin: 0;
	padding: 0;
}

body {
	/*font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	line-height: 1.4;
	padding: 100px;*/
}

#page-wrap {
	width: 760px;
	background: white;
	margin: 30px auto;
	padding: 30px;
}

p {
	font-size: 1.5em;
	margin: 0px 0;
}
    
body:before, body:after {
    content: "";
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    height: 30px;
}
body:before {
    top: 0;
}
body:after {
    bottom: 0;
}
body {
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;  
}

.content {
	background-color: #000; 
	background-image: url("../img/repeating.png");
	background-repeat: repeat-x;
}

.content img { width: 100%; }

img {
	margin: 0 auto;
	display: block;
	}