body {
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 160%;
color: #666;
position: relative;
height:100%;
width:100%;
background: #666;
z-index: 0;

}

img {
border: none;
-ms-interpolation-mode: bicubic;
}

input {
outline: none;
}

.mask {
position: fixed;
background: url(images/mask.png) center;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
}

.topleft, .topright, .bottomleft, .bottomright {
position: fixed;
z-index: 20;
}

.topleft {
top: 15px;
left: 10px;	
}

.topright2 {
	position: fixed;
z-index: 20;
top: 160px;
right: 10px;	
}

.topright {
top: 10px;
right: 10px;	
}

.bottomleft {
bottom: 10px;
left: 10px;	
}

.bottomright {
bottom: 10px;
right: 10px;	
}

.pics_frame {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 0;
overflow: hidden;
text-align:center;
}

.pics_container {
position: relative;
width: 2600px;
height: 2600px;
}

.pics_row {
position: relative;
width: 2600px;
height: 130px;	
}

.pic {
position: relative;	
width: 130px;
height: 130px;
float: left;
}
