@CHARSET "ISO-8859-1";

div#splash
{
	width: 1000px;
	height: 500px;
	background: white url(images/tweetwatch_idsplash.jpg) no-repeat left top;
} 

div#column1_login
{
	float: right;
	margin: 0px 20px;
	width: 200px;
	color: white;
	background: #3cbde3 url(images/round_2/login_foot.gif) no-repeat left bottom;
	padding: 10px;
}

div#column1_login h3
{
	color: white;
	margin: 0px 17px;	
}

div.login_separator
{
	width: 196px;
	height: 32px;
	background: #9edef1 url(images/splash/login_separator.gif) no-repeat left top;
}

a#large_sign_up
{
	margin: 4px 17px;
	display: block;
	width: 162px;
	height: 52px;
	background: #9edef1 url(images/splash/signup_button.gif) no-repeat left top;
}
	
form#splash_login
{
	margin: 4px 17px;
}

input.precision
{
	background-color: white;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 4px 0px;
	width: 160px;
	border: 1px solid #2097BB;
	overflow: hidden;
}

div#column2_copy
{
	float: left;
	margin: 350px 50px 0px 50px;
	width: 380px;
	color: white;
}

div#column3_links
{
	float: left;
	margin: 250px 0px 0px 30px;
	width: 240px;
	height: 160px;
}

a.link
{
	float: left;
	height: 39px;
	width: 240px;
	background-position: right top;
	background-repeat: no-repeat;
}

h2 {
  font-weight: bold;
  font-size: 110%;
}

a#about
{
	background-image: url(images/splash/links/about.gif);	
}

a#contact
{
	background-image: url(images/splash/links/contact.gif);	
}

a#demo
{
	background-image: url(images/splash/links/demo.gif);	
}

a#signup
{
	background-image: url(images/splash/links/signup.gif);	
}
