#content_block {
	min-height: 800px;
}
.main_table
{
margin:0px;
padding:0px;
min-height: 100%;
}
.left_side 
{
 background-image: url("/img/layout/left_side_repeat.jpg");
 background-repeat:repeat-y; 
 background-position:left;

}
.right_side 
{
 background-image: url("/img/layout/right_side_repeat.jpg");
 background-repeat:repeat-y; 
 background-position:right; 
}
.left_side_repeat
{

 background-image: url("/img/layout/left_side_repeat2.jpg");
 background-repeat:repeat-y;

}
.right_side_repeat
{

 background-image: url("/img/layout/right_side_repeat2.jpg");
 background-repeat:repeat-y;

}
.tile
{
	background-image: url("/img/bg-work.jpg");
}
.bottom_cover
{
 background-image: url("/img/layout/bottom2.jpg");
 background-repeat:repeat-x; 

}
.play_game
{
position:absolute;
top:113px;
left:890px;

}
.main_menu
{
 background-image: url("/img/layout/_menu.jpg");
width:206px;
height:556px;

}
.left_banner 
{
	text-align:left; 
}
.play_game_button
{
background-image: url("/img/layout/big_but_n.png");
display:block;
width:163px;
height:163px;
}
.play_game_button:hover
{
background-image: url("/img/layout/big_but_n2.png");
}