/* EmoSocial main style
By: Abdelrahman Osama (OrangeSites, LLC)
Date Created: August 3 2008 */

html {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #51aad2 url(../img/back.jpg) repeat-x top;
}

body {
	margin: -20px auto 0 auto;
	padding: 0;
	width: 690px;
	height: 705px;
	background: url(../img/faces.jpg) no-repeat center top;
}

h1 {
	visibility: hidden;
}

#kids a, #parents a {
	display: block;
	height: 55px;
	width: 220px;
	margin: 426px 0 0 70px;
	text-indent: -5000px;
	float: left;
}

#parents a {
	float: right;
	margin-right: 76px;
}

#kids a {
	background: url(../img/kids.jpg) no-repeat center top;
}

#kids a:hover {
	background: url(../img/hkids.jpg) no-repeat center top;
}

#parents a {
	background: url(../img/parents.jpg) no-repeat center top;
}

#parents a:hover {
	background-image: url(../img/hparents.jpg);
}

p {
	clear: both;
	margin-top: 616px;
	color: #66B9F6;
	font: 0.6em Verdana, "Lucida Grande", Lucida, sans-serif;
}