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

body {
	margin: 0;
	padding: 0;
	background-color: #D75351;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
img {
	border : none;
}
a {
	outline : none;
}
#bobbleheads {
	background-image: url(../images/bobbleheads_2010.png);
	background-repeat: no-repeat;
	width: 680px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
}
#email {
	width: 25px;
	height: 20px;
	padding-left: 655px;
	padding-top: 520px;
}

