@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(images/mywebsite.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}
p {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}
