/**********
CONTACT
************************/
#blue, #green, #brown, #orange{
	position:absolute;
}
#blue{
	width:52px;
	height:52px;
	left:117px;
	top:97px;
	background: #5ac6e5;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
#blue div{
	width:100%;
	height:52px;
}
/**********
WORK
************************/
#orange{
	left:143px;
	top:154px;
	width:26px;
	height:26px;
	background: #faad26;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-bottomleft:9px;
	border-radius:9px;
	border-top-right-radius: 0;
}
#orange div{
	width:100%;
	height: 100%;
}
/**********
RESUME
************************/
#brown{
	left:174px;
	top:135px;
	width:14px;
	height:14px;
	background: #e6cf6c;
	border-radius:5px;
	border-bottom-left-radius: 0;
}
#brown div{
	width:100%;
	height:14px;
}
/**********
NEWS
************************/
#green{
	width:50px;
	height:50px;
	left:174px;
	top:154px;
	overflow: hidden;
	background: #aad828;
	-moz-border-radius-topright:24px;
	-moz-border-radius-bottomright:24px;
	-moz-border-radius-bottomleft:24px;
	border-radius:24px;
	border-top-left-radius: 0;
}
#green div{
	width:100%;
	height:100%;
}
/**********
JAVASCRIPT DETECTION
************************/
#javascriptDetect{
	position:absolute;
	top:271px;
	left:360px;
	font-size:12px;
	color:#97D9EC;
	font-weight:bold;
	width:200px;
}
