body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, body
{  	margin: 0 auto; padding: 0;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
/* -------------------------------------------------- BODY */
body {
	font: 1px  Arial, Helvetica, sans-serif;
	margin: 10px 0; 	padding:0;
    width: 100%;
    background: #4d4d4d;
}

#container {
    width: 100%;  height: 930px;
    background: #fff;
}

#flash {
    margin: 0 auto;
    padding: 0;
    width: 980px;  height: 930px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
#noflash {
    margin: 0 auto;
    padding: 0;
    width: 980px;  height: 930px;
    overflow: hidden;
    position: relative;
    background: url(../images/noflash.png) no-repeat top left #fff;

}
#link1 {    position: absolute;
    width: 57px;  height: 45px;
    background: url(../images/blank.gif) repeat top left;
    top: 311px; left: 133px;
    cursor: pointer;
}
#link2 {
    position: absolute;
    width: 324px;  height: 22px;
    background: url(../images/blank.gif) repeat top left;
    top: 478px; left: 515px;
    cursor: pointer;
}
#link3 {
    position: absolute;
    width: 221px;  height: 24px;
    background: url(../images/blank.gif) repeat top left;
    top: 534px; left: 619px;
    cursor: pointer;
}

#flash_block {
    width: 100%; height: 100%;
    display: block;
}
#page1_block {    position: absolute;
    z-index: 2;
}
#page2_block {    position: absolute;
    z-index: 3;
}
#page3_block {
    position: absolute;
    z-index: 4;
}

#page1_block, #page2_block, #page3_block {    display: none;
    width: 600px; height: 600px;
    top: 224px; left: 2000px;
    overflow-y: auto;
    overflow-x: hidden;
    font: 12px Tahoma, Arial, sans-serif;
    color: #333;
}
#twit_block {    position: absolute;  z-index: 3;
    width: 41px; height: 41px;
    bottom: 19px; left: 106px;
    cursor: pointer;
    overflow: hidden;
    display: none;
}
#twit_block a { text-decoration: none; border:0 ;}
#t_str {    position: absolute;  z-index: 3;
    width: 18px; height: 16px;
    bottom: 64px; left: 124px;
    background: url(../images/str.png) no-repeat top left;
    display: none;
}
#twitter_update_list {    position: absolute;  z-index: 3;
    width: 150px;
    overflow: hidden;
    bottom: 80px; left: 40px;
    padding: 8px 12px;
    font: 12px 'Courier New', Tahoma, Arial, sans-serif;
    line-height: 15px;
    text-align: center;
    color: #333;
    background: #f0f0f0;
    display: none;
    list-style-type: none;
}

