body {
    background: #FFFFFF;
}
.center {
	text-align: center;
}
a:focus, a:active {
    outline: 0;
}

#MainBody {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    /*height: 700px;*/
}

a.toplinks:link,a.toplinks:visited,a.toplinks:hover,a.toplinks:active {
    color: #FFFFFF;
    text-decoration: none;
}

#HeaderBody {
    height: 100px;
    width: 960px;
    text-align: left;
}

#CallLogo {
    position: absolute;
    width: 199px;
    height: 100px;
    border: none;
}

#Feedback {
	background: url(../images/operator.png) no-repeat;
	background-position: right;
    position: absolute;
    width: 265px;
    height: 100px;
    margin-left: 590px;
    border: none;
}

#MiddleBodyLeft {
    background: url(../images/middle_left.png) no-repeat;
    position: absolute;
    width: 629px;
    height: 350px;
	z-index: 5;
}

#MiddleBodyRight {
    background: #FFFFFF url(../images/middle_right2.png) no-repeat;
    position: absolute;
    margin-left: 629px;
    width: 331px;
    height: 350px;
    font-family: Tahoma;
    font-size: 13px;
}

#MiddleBodyRightDIV {
    padding-top: 60px;
    width: 280px;
}

#MiddleBodyRightDIV a:link, #MiddleBodyRightDIV a:visited, #MiddleBodyRightDIV a:hover, #MiddleBodyRightDIV a:active {
    color: red;
}

#MiddleWrapper {
    height: 350px;
	position: relative;
}

#FlashhIntroContent {
	display: block;
	height: 330px;
	margin-left: 20px;
}


a.menuroll {
    display: block;
    height: 145px;
    width: 300px;
    overflow: hidden;
}

a.menuroll:hover {
    display: block;
    text-indent: -300px;
}

#AboveCopyright {
	font-size: 10px;
	color: #666666;
	margin: 0px auto 0px auto;
	width: 700px;
	margin-top: 40px;
}

#AboveCopyright p {
	margin-bottom: 2px;
}

#AboveCopyright a {
	font-weight: bold;
	text-decoration: none;
}
#AboveCopyright a:hover {
	text-decoration: underline;
}


#Copyright {
	position: relative;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    width: 500px;
	margin: 40px auto 0px auto;
        text-align: center;
}

#Copyright a:link, #Copyright a:visited, #Copyright a:hover, #Copyright a:active {
    color: #666666;
    text-decoration: none;
}

/*FOOTER*/
#footer {
    position: relative;
    top: 10px;
	height:150px;
	z-index: 99;
    margin: 0px 40px 0px 40px;
}

#footer_mobile {
    position: absolute;
    display: block;
    height: 120px;
    width: 264px;
}
#footer_fixed {
    position: absolute;
    display: block;
    height: 120px;
    width: 264px;
}
#footer_fphone {
    position: absolute;
    display: block;
    height: 120px;
    width: 264px;
}

#footer_mobile {
    background: url('../images/menu_mobile_bg.png') no-repeat 0 0;
}

#footer_fixed {
    left: 312px;
    background: url('../images/menu_fixed_bg.png') no-repeat 0 0;
}

#footer_fphone {
    left: 618px;
    background: url('../images/menu_mobile_bg.png') no-repeat 0 0;
}

#footer_mobile:hover{
    display: block;
    background-position: -264px 0;
}
#footer_fixed:hover {
    display: block;
    background-position: -264px 0;
}
#footer_fphone:hover {
    display: block;
    background-position: -264px 0;
}

#footer img {
	display: block; 
	
}
#footer_mobile img.img {
    margin: -30px 0px 0px -60px;
}

#footer_mobile img.txt {
	margin: -130px 0px 0px 40px;
}

#footer_fixed img.img {
    margin: -10px 0px 0px -60px;
}
#footer_fixed img.txt {
    margin:  -130px 0px 0px 90px;
}

#footer_fphone img.img {
    margin: -30px 0px 0px -50px;
}
#footer_fphone img.txt {
    margin: -160px 0px 0px 115px;
}
