@charset "utf-8";
/* CSS Document */

.body
{
	margin: 0px;
}

.center
{
	height: 100%;
	width: 100%;
	text-align: center;
}

.center_inner
{
	position: relative;
	height: 420px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 20px;
	/*
	border-top-width: 0px;
	border-right-width: 30px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
	*/
}

.center_foot
{
	position: relative;
	height: 30px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	/*
	border-top-width: 0px;
	border-right-width: 30px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;	
	*/
}

#searchBox
{
}

#contentForAds
{
	color: #FFFFFF;
}

#center_ads
{
	display: none;
	position: relative;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: center;
}

.legend_foot
{
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
}

.legend_foot p
{
	line-height: 1px;
}

#content
{
	display: none;
}

.legend_foot a,a:visited,a:link
{
	line-height: 1px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}

.legend_foot a:hover
{
	line-height: 1px;
	font-size: x-large;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}


#google_div
{
	cursor: pointer;
	position: absolute;
	left: 36px;
	top: 96px;
	display: block;
	width: 300px;
	height: 300px;
}

#google_logo
{
	left: 0px;
	top: 0px;
	background-image: url(images/google.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	height: 300px;
	width: 300px;
}

#facebook_div
{
	cursor: pointer;	
	position: absolute;
	left: 280px;
	top: 20px;
	display: block;
	width: 311px;
	height: 311px;
}

#facebook_logo
{
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-attachment: inherit;
	height: 311px;
	width: 311px;
	background-image: url(images/facebook-logo1.jpg);
}

#twitter_div
{
	cursor: pointer;
	position: absolute;
	left: 206px;
	top: 221px;
	display: block;
	width: 320px;
	height: 240px;
}

#twitter_logo
{
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: -50px 0px;	
	width: 230px;
	height: 240px;
	background-image: url(images/twitter_01_iphone.png);
}

#gmail_div
{
	cursor: pointer;
	position: absolute;
	left: 391px;
	top: 181px;
	display: block;
	width: 230px;
	height: 240px;
}

#gmail_logo
{
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: -80px 0px;
	width: 230px;
	height: 240px;
	background-image: url(images/gmail17.png);
	left: 64px;
	top: 22px;
}