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

body {
margin:0;
text-align:center;
}

#bgimage {
	background-image:url("images/bg.jpg");
	height:687px;
	margin:0 auto;
	width:918px;
	position:relative;
}

#mycontent {
	position:absolute;
	width:800px;
	height:300px;
	top:271px;
	left:62px;
}

#contentholder {
	position:relative;
	width:100%;
	height:100%;
}

#f_block {
	position:absolute;
	width:133px;
	height:134px;
	top:0px;
	right:0px;
}

#t_block {
	position:absolute;
	width:133px;
	height:134px;
	bottom:0px;
	right:0px;
}

#thewords {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:273px;
	text-align:left;
}
