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

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-variant: normal;
	text-transform: lowercase;
	color: #FF0000;
	text-decoration: underline;

}

.pic1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 115%;
	color: #0000FF;
	text-decoration: line-through;
	letter-spacing: 25px;

}

.redB {

	color: #FFFFFF;

	background-color: #FF0000;
	border: thick dashed #0000FF;
	font-size: 16px;
	font-weight: bold;

}

.greenB {

	border: 7px double #00CC00;

}

body {

	background-attachment: fixed;
	background-image: url(dog.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#pic1 {

	position: absolute;
	left: 375px;
	top: 175px;
	z-index: 2;

}

#pic2 {

	position: absolute;
	left: 425px;
	top: 200px;
	z-index: 1;
	
	}