body {
	margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-image: url("tile.jpg"); background-attachment: scroll; background-repeat: repeat-x; background-color: rgb(0, 0, 0);
}
#wrapper {
	margin: 0px auto; width: 950px; position: relative; background-repeat: repeat-y; background-color: rgb(255, 255, 255);
}
#header {
	width: 950px; background-image: url("bg.jpg"); background-repeat: repeat-y;
}
#footer {
	width: 950px; background-image: url("bg.jpg"); background-repeat: repeat-y;
}
#absolute1 {
	width: 950px; height: 22px; position: relative; z-index: 10; background-color: rgb(197, 75, 74);
}
#content1 {
	width: 950px;
}
#movie1 {
	width: 350px; float: left;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 24px;
}
a {
	color: rgb(245, 54, 123);
}
a:hover {
	color: rgb(0, 153, 153);
}
