/* hide from ie on mac \*/
html {
	height				: 565px;/* 100% 565px*/
	overflow			: hidden;
}
/* end hide */

*
{
	margin				: 0px;
	padding				: 0px;
    border              : 0;
    font:normal 11px Arial, Helvetica, sans-serif; color:#7A7A7A;
}

body
{
	height				: 565px;/* 100% 565px*/
	text-align			: center;
}

#content
{
	width				: 1000px;/* 100% 1000px*/
	height				: 565px;/* 100% 565px*/
    background-color    : #0000FF;
}

#content object
{
	width				: 1000px;/* 100% 1000px*/
	height				: 565px;/* 100% 565px*/
}

#content {
	
    width				: 1000px;/* 100% 1000px*/
	height				: 565px;/* 100% 565px*/
    background          : url('../graphics/background.jpg') center center no-repeat;
    background-color    : #EBE8DF;/* #e6e2d9; */
    align               : center;
    vertical-align      : middle;
}

#content table { width:100%; height:40%; border-spacing:0; border-collapse:collapse; }
#content table .edge { width:50%; }

#content .head { width:400px;  }
#content .head img { margin:150px 20px 0 20px;  }
#content .line { width:1px; height:230px; background-color:#7A7A7A; overflow:hidden; }

#content .getFlash { height:39px; margin:10px 0 20px 0; }

#content .text p { width:200px; margin:150px 20px 0 20px; }
#content a { text-decoration:underline; }

