﻿/* CSS Document */
body {
	background-color:#000000;
	font-size:14px;
	color:white;}

#BlackOut {
	position:absolute; 
	top:72px; 
	left:0px; 
	height:10px; 
	width:100%; 
	background-color:#000000; 
	background-repeat:repeat-x;}

#WebmailHeader {
	background-image:url(http://www.brinkster.com/images/webmail/webmailheader.jpg); 
	background-repeat:no-repeat; 
	height:291px; 
	width:950px;}
	
#ZebraBG {
	background-image:url(http://www.brinkster.com/images/webmail/zebrabg.jpg); 
	background-repeat:no-repeat; 
	height:344px; 
	width:950px;}
	
#IncludedFeatures {
	font-family:Arial, Helvetica, sans-serif;
	width:323px; 
	padding-top:10px; 
	text-align:left; 
	line-height:28px;
	color:#fff;}
	
a.ViewDemoBTN{
	display: block;
	text-align: right;
	width: 155px;
	height: 60px;
	background-repeat:no-repeat;
	background-image:url(http://www.brinkster.com/images/webmail/viewdemobtn.gif);
	cursor: hand;}
a.ViewDemoBTN:hover{
	background-image:url(http://www.brinkster.com/images/webmail/viewdemobtn.gif);}

#Clear {
	clear:both;}

/* ~ BEGIN: A.Links~ */
a.Standard:link {font-size:11px; text-decoration:none;}
a.Standard:active {font-size:11px; text-decoration:none;}
a.Standard:visited {font-size:11px; text-decoration:none;}
a.Standard:hover {font-size:11px; text-decoration:underline;}
/* ~ END: A.Links~ */
