* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body {
	background-image: url(images/body.jpg);
	background-repeat: repeat;
}
#introimg {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 600px;
	margin-top: 50px;
}
#ie7 {
	margin-top: 10px;
	margin-left: 40px;
	color: #FFFFFF;
}
#ie7 h1 {

	font-size: 16px;
}
#ie7 a {
	color: #CC3300;
}


