body {
    background-color: #fbfbfb;
}
.hidden {
    position: absolute;
	left: 5000px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* =Name================================{ */

/* Layout */
#wrapper {
    position: relative;
    width:  960px; 
    height: 701px;
    margin: 0px auto;
}
 
#wrapper img {  
    top:  0; 
    left: 0;
    cursor: pointer;
} 


/* } */
