body {
font-family: 'Roboto', sans-serif;

}

.content {
	width: 1366px;
	margin: auto;
}

.topleft {
	border-radius: 5px;
	background: #F2F2F2;
	border-color: #F4F4F4;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
	padding: 4px; 
	width: 570px;
	height: 90px;
	float:left;
	}

.topright {
	border-radius: 5px;
	background: #F2F2F2;
	border-color: #F4F4F4;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	padding: 4px; 
	width: 750px;
	height: 90px;
	float:right;
	}

.datastudio {
	float: left;
	}

.spacer {
	border-radius: 0px;
	background: #FFF;
	border-color: #F4F4F4;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px; 
	width: 1356px;
	height: auto;
	}

.tab1img {
	margin-top: 0px;
	position: relative;
	left: 25px;
	top: 4px;
}

.tab1bimg {
	margin-top: 0px;
	position: relative;
	left: 35px;
	top: 4px;
}

.tab2img {
	position: relative;
	left: 45px;
	top: 4px;
}

.tab3img {
	position: relative;
	left: 55px;
	top: 4px;
}

.footer{
	border-radius: 5px;
	background: #F2F2F2;
	border-color: #F4F4F4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px; 
	width: 1356px;
	height: auto;
	float:left;
	}


/* waiting image 'modal' */
	
/* Start by setting display:none to make this hidden.
Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
for themselves. Background we set to 80% white with
our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loading {
    overflow: hidden;   	
    display: block;
}
