*
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;	
	background: #DAE8F3;
}
body
{
	background: url(/img/rise/page_background.jpg) top left no-repeat;
}
img
{
	border: none;
}

.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.clear_both
{
	clear: both;
}

