body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/back.gif) repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #747474;
}

a:hover {
	color: #de0085;
	text-decoration: none;
}

a:focus {
	outline: none;
}

img {
	border: 0;
}

.clearboth {
	clear: both;
}

.largepink {
	font-size: 15px;
	font-weight: bold;
	color: #ff008c;
	line-height: 20px;
}

/* Start Main Container */

#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
	
	/* Start Polaroids */
	
	#polaroids {
		width: 343px;
		height: 385px;
		float: left;
		background: url(../images/polaroids.gif) no-repeat;
	}
	
	#image_scroller {
		width: 195px;
		height: 182px;
		margin: 135px 0 0 67px;
	}
	
	/* End Polaroids */
	
	/* Start Content */
	
	#content {
		width: 460px;
		float: left;
		padding: 95px 0 0 0;
		position: relative;
	}
	
	#content p {
		padding: 18px 10px 0 0;
		line-height: 16px;
	}
	
	#content p a {
		color: #de0085;
	}
	
		/* Start Buttons */
		
		#buttons {
			position: absolute;
			left: 0;
			top: 364px;
		}
		
		#buttons div {
			float: left;
		}
		
		#buttons div a {
			display: block;
			height: 55px;
			background-image: url(../images/buttons.gif);
		}
		
		#buttons div a span {
			display: none;
		}
		
		.butt1 a {
			width: 174px;
			background-position: 0 0;
		}
		
		.butt1 a:hover {
			background-position: 0 -55px;
		}
		
		.butt2 a {
			width: 121px;
			background-position: -174px 0;
		}
		
		.butt2 a:hover {
			background-position: -174px -55px;
		}
		
		.butt3 a {
			width: 107px;
			background-position: -295px 0;
		}
		
		.butt3 a:hover {
			background-position: -295px -55px;
		}
		
		/* End Buttons */
		
		/* Start Footer */
		
		#footer {
			position: absolute;
			left: 0;
			top: 520px;
			color: #747474;
		}
		
		#gettyimages {
			float: right;
			margin: -18px 0 0 0;
		}
		
		/* End Footer */
		
	/* End Content */
	
/* End Main Container */	