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

@import url('content.css');
@import url('main.css');

.content {
	background-image: url(../images/laundry-web.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;}
	
.content h1 {
	position: relative;
	left: 50px;
	padding-top: 250px;}
	
.content p {
	position: relative;
	left: 50px;
	width: 280px;}


	



