body {
	background:url(../images/checker_repeat.gif) repeat;	
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

a:link, a:visited {
text-decoration:none;
}

a:active, a:focus {
	outline:none;
}
#wrapper {
	width:100%;
}
#header {
	width: 360px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#menu {
	position:fixed;
	width:180px;
	height:180px;
	z-index:99;
	font-size:12px;
}
.dragableDiv {
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	top:20px;
	left:20px;
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
}
.dragableBar {
	width:100%;
	height:100%;
	background:rgba(255,255,0,0.9) url(../images/menu.png) no-repeat;
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
}
.dragableBar:hover {
	cursor:move;
}
.dragableBar:active {

}
#menu ul {
	display:block;
	width:100px;
	height:100px;
	top:40px;
	left:40px;
	position:absolute;
}
#menu ul li{
	float:left;
	display:block;
	width:25px;
	height:25px;
	color:rgba(0,0,0,0.2);
	line-height:25px;
	text-align:center;
}

#menu ul li a{
	display:block;
	width:25px;
	height:25px;
	color:rgba(0,0,0,0.5);
	line-height:25px;
	text-align:center;
}
#menu ul li a span {
	display:none;
	width:168px;
	height:58px;
	background-repeat:no-repeat;
	position:absolute;
	top:82px;
	left:-34px;
	background:url(../images/thumb.png) no-repeat;
}
#menu ul li a .popup1 {
	background-position:0 0;
}
#menu ul li a .popup2 {
	background-position:0 -58px;
}
#menu ul li a .popup3 {
	background-position:0 -116px;
}
#menu ul li a .popup4 {
	background-position:0 -174px;
}
#menu ul li a .popup5 {
	background-position:0 -232px;
}
#menu ul li a .popup6 {
	background-position:0 -290px;
}
#menu ul li a .popup7 {
	background-position:0 -348px;
}
#menu ul li a .popup8 {
	background-position:0 -406px;
}
#menu ul li a .popup9 {
	background-position:0 -464px;
}
#menu ul li a:hover{
	text-decoration:underline;
	color:#000;
}
#menu ul li a:hover span {
	display:block;
}
#menu ul li a:active {
	color:#fff;
}

#container {
	width: 2880px;
	margin: 0;
	padding: 0;
}
.box {
	width: 960px; 
	height: 540px;
	float: left;
	line-height: 22px;
	position:relative;
}
.box .label {
	display:block;
	width:40px;
	height:40px;
	background:rgba(125,125,125,0.3);
	position:absolute;
	top:20px;
	line-height:40px;
	padding:0 0 0 30px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	right:0;
}
.box a {
	display:block;
	width:100%;
	height:100%;
}
#bottomBar {
	width:100%;
	height:25px;
	background:rgba(255,255,255,0.85);
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
}
#bottomBar .link {
	font-size:11px;
	color:#666;
	line-height:25px;
	text-align:right;
	padding:0 170px 0 0;
}
#bottomBar .link a {
	color:#00b4ff;
}
#bottomBar .link a:hover {
	text-decoration:underline;
}
#extra {
	width:161px;
	height:117px;
	position:absolute;
	background:url(../images/icecream.png) no-repeat center center;
	bottom:3px;
	right:5px;
}
#fb {
	position:absolute;
	top:40px;
	left:-15px;
	height:25px;
	width:49px;
	background:url(../images/triangle.png) no-repeat 30px 20px;
}