﻿html, body, form {
	height:100%;
	margin:0;
	padding:0;
	border: none;
	position:relative;
	z-index:0;
}
body {
	background-color:#eeeeee;  /* 99cccc 9AE4E7 D9D9D9 */
	font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size:12px;
    color:#444;
}

/* Universal style rule */
*{ /* Block all browser default margins and padding */
  margin:0;
  padding:0;
}

/* Links */
a { color: #125E90; text-decoration: none; }
a:hover { text-decoration:underline; color:#444444; }
h1 { color:#014545;}

.divLogo { border:solid 0px #000; width:100px; height:100px; float:left; margin:2px 5px 5px 5px; background:url( ../Images/twitterlive_orange_logo.jpg) no-repeat;}
.lnkLogo { display:block; height:100%; width:100%; text-decoration:none; }
.lnkLogo:hover { text-decoration:none }

div.vertcenter{
  background-color:#fff; 
  border:solid 1px #999;
  height:7em;
  width:30em;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-3.5em; /* Half the height */
  margin-left:-15em; /* Half the width */
  text-align:left;
  line-height:1.6em;
  font-size:1.3em;
  padding-top:0.3em;
}

p.copyright { color:#999999; font-size:0.7em; text-align:center; margin-top:20px; }

