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

#morework_content
{
	background-color:#e1f5fd;
	text-align:center;
}

#morework_buttons
{
	margin:auto;
	padding:30px 0 60px 0;
	width:780px;
	height:370px;
	border: 0;
}

img.morework_button
{
	border:none;
}

.crunch_button
{
	float:left;
	margin:8px 5px;
	border:none;
}

.pop_button
{
	float:left;
	margin:8px 5px;
	border: 0;
}

.sparkle_button
{
	float:right;
	margin:8px 5px;
	border: 0;
}

.snap_button
{
	float:right;
	margin:8px 5px;
	border: 0;
}

.crunch_button:hover, .pop_button:hover, .sparkle_button:hover, .snap_button:hover
{
	background-color:#960;
	background-image:url(../images/morework/bg.png);
	cursor:pointer;
}

#morework_guy
{
	float:right;
	position:absolute;
	background-image:url(../images/morework/morework_guy.png);
	width:169px;
	height:264px;
	margin:20px 0 0 700px;
}

#sparkle_guy
{
	float:right;
	position:absolute;
	background-image:url(../images/morework/morework_guy.png);
	width:169px;
	height:264px;
	margin:20px 0 0 700px;
}