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

		body {
			background: #000 url('../peeps/pdsmix_BKG.png') top;
			background-size: auto;
			font-size: 12px;
			font-family: arial, helvetica, sans-serif;
			position: absolute;
		    top: 45%;
		    left: 50%;
		    margin-right: -40%;
		    transform: translate(-50%, -50%)
			}

		p {
			margin: 0 0 10px 0;
			}

		#header {
			position: relative;
			}

		#header h1 {
 			position: relative;

			}


		.container {
		    width: auto;
		    max-width: 395px;
		    margin: 0 auto;
		    padding: 0 0px;
			}

		section {
		    width: auto;
		    min-width: 320px;
		    margin: 0 auto;
		    padding: 0 0px;
		    -webkit-transform: rotate(-5deg);
		    -moz-transform: rotate(-5deg);
		    transform: rotate(-5deg);
			}

		footer {
			position: absolute;
		    bottom: -10%;
		    left: 13%;
		    margin-right: -50%;
		    transform: translate(-50%, -50%)
			overflow: hidden;
			}
