
/* begin common css */

body
{
	margin:0px;
	background-color: #FFFFFF;
}

div#header
{
	background: url("../images/fortunebg_top.jpg") no-repeat;
	width: 1024px;
	height: 225px;
}

div#body
{
	background: url("../images/fortunebg_middle.jpg") no-repeat;
	width: 1024px;
	height: 460px;
}

div#footer
{
	background: url("../images/fortunebg_bottom.jpg") no-repeat;
	width: 1024px;
	height: 80px;
}

div#loginSection
{
	position:relative;
	top:200px;
}

div#loginSection td
{
	font-family:verdana;
	font-size:12px;
}

div#logoutSection
{
	position:relative;
	top:200px;
}

div#logoutSection td
{
	font-family:verdana;
	font-size:12px;
}

/* end common css */

/* begin index css */

object#fortune
{
	position:relative;
	top:1px;
}

embed#fortune
{
	position:relative;
	top:1px;
}

/* end index css */
