* {
    margin: 0;
	padding: 0;
	border: none;
}

body {  
	background-color: #ebebec;
}
.wrap { 
	width: 690px;
	margin: 0 auto;
	font: normal 12px Verdana, Geneva, sans-serif;
}


.logo { 
	background: url(../img/logo.png) 0 0 no-repeat; 
	height: 40px; 
	width: 240px;
	margin: 15px 0 20px 20px;
}

.wrap .mainTab { width: 100%; margin:40px 0;}

.leftBg,
.rightBg {
	background:url(../img/left_bg.gif) 0 0 no-repeat; 
	height: 602px; 
	width: 15px;
}
.rightBg {
	background:url(../img/right_bg.gif) 0 0 no-repeat; 
}
.topBg { 
	background: url(../img/top_bg.gif) 0 0 repeat-x; 
	height: 15px;
}
.bottomBg { 
	background: url(../img/bottom_bg.gif) 0 0 repeat-x; 
	height: 15px; 
}
.centerBg { 
	background: url(../img/center_bg.gif) 0 0 repeat-x; 
	height: 602px;
	vertical-align: top;
}
.centerBg .main { padding: 24px 0;}
.centerBg .main .left {
	float: left;
	width: 380px;
	background: url(../img/border.gif) 378px 0 repeat-y;
}
.main .left a { display: block; text-decoration: none; overflow: hidden;}

.main .left .extreme {
	background:url(../img/extreme_logo.png) 0 -118px no-repeat;
	width: 262px;
	height: 118px;
	margin: 50px 0 0 60px;
}
*html .main .left .extreme { background-position: 0 -117px;}
.main .left .extreme:hover { background-position: 0 0px;}

 

.main .left .lisk { 
	background:url(../img/lisk_logo.png) 0 -96px no-repeat; 
	height: 96px; 
	width: 219px;
	margin: 25px 0 0 60px;
}
*html .main .left .lisk { background-position: 0 -95px;}
.main .left .lisk:hover { background-position: 0 0px; }
.main .left .flash { 
	background:url(../img/flashcoms_logo.png) 0 -96px no-repeat; 
	height: 96px; 
	width: 238px;
	margin: 40px 0 0 60px;
}
*html .main .left .flash { background-position: 0 -95px;}
.main .left .flash:hover { background-position: 0 0px;}

.main .left .flash2 { 
	background:url(../img/flashdevs_logo.png) 0 -70px no-repeat; 
	height: 70px; 
	width: 226px;
	margin: 30px 0 10px 60px;
}
*html .main .left .flash2 { background-position: 0 -69px;}
.main .left .flash2:hover { background-position: 0 0px;}

.centerBg .main .right {
	width: 265px;
	float: left;
}
.right h3 { 
	color: #84bf45; 
	font: normal 20px Arial, Helvetica, sans-serif;
	padding: 9px 0 9px 25px;
}
.right { font: normal 12px Arial, Helvetica, sans-serif;}
.right table {
	margin-left: 25px;
}
.right td {
	padding: 2px 0;
	vertical-align: top;
}
.right .leftTd {
	width: 52px;
	color: #585757;
}
.right b {
	color: #585757;
}
.right td a {
	color: #84bf45;
	text-decoration: none;
}
.right p { padding: 0px; margin: 10px 0 20px 25px;}
.copyRight { 
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#93979e;
	margin: 10px 0 0 70px;
}