@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("utopia.lv") {
/* page width adjustments */
#headcenter {
width: 780px !important;
}
#container {
width: 780px !important;
}
#main {
width: 780px !important;
}

/* navigation bar */
#navigation {
height: 55px !important;
width: 780px !important;
}

/* start button */
#navigation > DIV {
width: 105px !important;
height: 50px !important;
}
#start_button {
width: 80px !important;
height: 35px !important;
font-size: 20px !important;
}

/* other navigation links */
.fold {
width: 95px !important;
height: 65px !important;
}
.fold > P {
margin-left: 5px !important;
margin-top: 20px !important;
text-align: center !important;
font-size: 18px !important;
}
.fold > img {
display: none !important;
}

/* chat box - if you need chatbox, remove this section */
#m_right {
display: none !important;
}
#m_left {
margin-right: 5px !important;
}
/* end chat box */
}