﻿body 
{
	background-color:#565656; 
	margin: 0 0 0 0;
	text-align:center;
	font-family:Calibri, Arial;
}

{
	text-decoration:none;
}



#divMain
{
	position:relative;
	display:block;
	width:877px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#Space
{
	position:relative;
	display:block;
	height:6px;
}

div#MAINportfolioBox
{
	background-color:#333333;
	background-image:url(../images/box_fullwidth_top.png);
	background-repeat:no-repeat;
	float:left;
	width:877px;
}



div#byzantiumTitle
{
	margin-top:70px;
	margin-left:60px;
	position:absolute;
    width:330px;
	height:30px;
	text-align:left;
	font-size:24px;
	color:white;
	font-weight:bold;
}

div#byzantiumContent
{
	margin-top:140px;
	margin-left:60px;
	position:absolute;	
    width:425px;
	height:30px;	
	text-align:left;
	font-size:12px;
	color:white;
	font-weight:normal;
}
div#byzantiumImage
{
	margin-top:70px;
	margin-left:525px;
	background-color:#565656;
	background-image:url(../images/tour_viewer.jpg);
	background-repeat:no-repeat;
	width:306px;
	height:205px;
	
}

div#OmnipodTitle
{
	margin-top:50px;
	margin-left:60px;
	position:absolute;
    width:330px;
	height:30px;
	text-align:left;
	font-size:24px;
	color:white;
	font-weight:bold;
}

div#OmnipodContent
{
	margin-top:80px;
	margin-left:60px;
	position:absolute;	
    width:450px;
	height:30px;	
	text-align:left;
	font-size:12px;
	color:white;
	font-weight:normal;
}
div#OmnipodImage
{
	margin-top:50px;
	margin-left:525px;
	background-color:#565656;
	background-image:url(../images/onmipod_bg.png);
	background-repeat:no-repeat;
	width:306px;
	height:200px;
	
}

div#TMATitle
{
	margin-top:50px;
	margin-left:60px;
	position:absolute;
    width:330px;
	height:30px;
	text-align:left;
	font-size:24px;
	color:white;
	font-weight:bold;
}

div#TMAContent
{
	margin-top:80px;
	margin-left:60px;
	position:absolute;	
    width:450px;
	height:30px;	
	text-align:left;
	font-size:12px;
	color:white;
	font-weight:normal;
}
div#TMAImage
{
	margin-top:50px;
	margin-left:525px;
	background-color:#565656;
	background-image:url(../images/tma.jpg);
	background-repeat:no-repeat;
	width:306px;
	height:234px;
	
}



div#flashIntroBottomImage
{
	background-color:#565656;
	background-image:url(../images/box_fullwidth_bottom.png);
	background-repeat:no-repeat;
	width:877px;
	height:24px;
	margin-top:50px;
}



