body {
text-align:center;
font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size:11px;
margin:0;
padding:0;
}

#Content {
width:960px;
text-align:left;
margin:0 auto;
}

#box {
position: relative;
width: 960px;
height: 480px;
}

.labs-grey {
position: absolute;
height: 480px;
width: 480px;
top:0px;
right:0px;
background: url(switch-bg.jpg) top right no-repeat;
z-index:0;
}

.connect-grey {
position: absolute;
height: 480px;
width: 480px;
top:0px;
left:0px;
background: url(switch-bg.jpg) top left no-repeat;
z-index:0;
}

.labs-color {
position: absolute;
height: 480px;
width: 480px;
top:0px;
right:0px;
background: url(switch-bg.jpg) bottom right no-repeat;
z-index:1;
}

.labs-text {
position: absolute;
width: 280px;
top:360px;
right:150px;
z-index:2;
text-align: left;
color: #555;
}

a.labs-link {
position: absolute;
height: 480px;
width: 480px;
top:0px;
right:0px;
text-indent: -9999px;
z-index:3;
}

.connect-color {
position: absolute;
height: 480px;
width: 480px;
top:0px;
left:0px;
background: url(switch-bg.jpg) bottom left no-repeat;
z-index:1;
}

.connect-text {
position: absolute;
width: 280px;
top:360px;
left:150px;
z-index:2;
text-align: right;
color: #555;
}

a.connect-link {
position: absolute;
height: 480px;
width: 480px;
top:0px;
left:0px;
text-indent: -9999px;
z-index:3;
}

#footer {
position: relative;
width: 960px;
height: 200px;
border-top: 1px dashed #ccc;
background: url(footer-bg.jpg) top right no-repeat;
}

a { outline:none; }