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

body{
	height: auto;
	width: 1000px;
}
#wrapper{
	height: auto;
	width: 1000px;
}

#header{
        height: auto;
	width: 1000px;
}

#footer{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	background-color: #FFF;
}

#pix{
	height: auto;
	width: 900px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#holder{
	height: auto;
	width: 1000px;
}
