/* ----------- Link Styles -------------- */

a img {
border:none;
text-decoration:none;
 }
.twtr-hd { display: none; }
.twtr-ft { display: none; padding: 50px; }
.twtr-tweet-text {
    font size: 200%;
    font-family: Georgia, Serif;
    }

/* ----------- General Page Info -------------- */
html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */

}
div#distance { 
	margin-bottom: -288px; /* half of content height */
	background: none;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 576px;         /* required - desired height */
	width: 1000px;          /* required - desired width */
	background: none;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}





/* ----------- Viewer Mini -------------- */
div.viewerMINI
{ 
width:391px; 
height:441px; 
text-align:left;
border-style:none; 
border-width:0px; 
border-color:#ffffff; 
background-color:transparent;
background:none;
padding:0px; 
position:absolute; left:609px; top:53px;
z-index:4
}


/* ----------- Viewer -------------- */
div.viewer
{ 
width:1000px; 
height:441px; 
text-align:left;
border-style:none; 
border-width:0px; 
border-color:#ffffff; 
background-color:transparent;
background:none;
padding:0px; 
position:absolute; left:0px; top:53px;
z-index:5
}



/* ----------- Frame -------------- */
div.frame
{ 
width:1000px; 
height:523px; 
text-align:left;
border-style:none; 
border-width:0px; 
border-color:#ffffff; 
background-color:transparent;
background:none;
padding:0px; 
position:absolute; left:0px; top:53px;
z-index:6
}


/* ----------- Logo Button -------------- */
div.logoBUTTON
{ 
width:500px; 
height:82px; 
text-align:left;
border-style:none; 
border-width:0px; 
border-color:#ffffff; 
background-color:transparent;
background:none;
padding:0px; 
position:absolute; left:500px; top:494px;
z-index:7
}


/* ----------- Buttons -------------- */
div.buttons
{ 
width:1000px; 
height:53px; 
text-align:left;
border-style:none; 
border-width:0px; 
border-color:#ffffff;
background-color:transparent;
background:none;
padding:0px; 
position:absolute; left:0px; top:0px;
z-index:9
}


/* ----------- Text -------------- */
div.text
{ 
width:753px; 
height:441px; 
text-align:left;
border-style:none; 
border-width:0px; 
border-color:#ffffff;
background-color:transparent;
background:none;
padding:0px; 
position:absolute; left:0px; top:53px;
z-index:10
}


/* ----------- Full Page -------------- */
div.fullPAGE
{ 
width:1000px; 
height:441px; 
text-align:left;
border-style:none; 
border-width:0px; 
border-color:#ffffff;
background-color:transparent;
background:none;
padding:0px; 
position:absolute; left:0px; top:53px;
z-index:11
}



