@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	width:100%;
}
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url(images/stripe.png);
	background-attachment:fixed;
	background-repeat:repeat;
}
#line {
	height:50px;
	margin-top:22%;
	background-image:url(images/blog_construction.png);
	background-repeat:repeat-x;
}
