#background_image
{
	background-image: url(../images/home/background_image.jpg);
	width:371px;
	height:333px;
	background-repeat:no-repeat;
}

#logos
{
	position:relative;
	top:60px;
	left:20px;
	width:371px;
}

#leftmenu
{
	width:371px;
}

#text
{
	position:relative;
	top:0px;
	left:0px;
	padding:5px 5px 0px 5px;
	line-height:20px;
	margin:10px 5px 5px 5px;
	border:4px solid #FFC20E;
	background-color:#FFE086;
}

#mainbody
{
	margin-left:371px;
}

#mainbody a
{
	text-decoration:none;
	color:#000;
}

#star
{
	position:absolute;
	top:405px;
	left:50%;
	float:left;
}

#emotions_home
{
	position:absolute;
	top:-80px;
	left:85px;
	width:150px;
}

#moreinfo_home
{
	position:absolute;
	top:0px;
	left:240px;
	width:150px;
}

#wellbeing_home
{
	position:absolute;
	top:100px;
	left:340px;
	width:150px;
}

#coping_home
{
	position:absolute;
	top:220px;
	left:300px;
	width:184px;
}

#friends_home
{
	position:absolute;
	top:280px;
	left:90px;
	width:150px;
}

#change_home
{
	position:absolute;
	top:220px;
	left:-100px;
	width:150px;
}

#whatnow_home
{
	position:absolute;
	top:100px;
	left:-130px;
	width:150px;
}

#rights_home
{
	position:absolute;
	top:-10px;
	left:-90px;
	width:150px;
}

#footer
{
	width:100%;
	position:relative;
	top:50px;
	left:-350px;
}

#footer a
{
	font-size:x-small;
	
}

/* hover styles */

#emotions_home a
{
	background: url(../images/home/emotions.gif) top left no-repeat;
}

#emotions_home a:hover
{
	background: url(../images/home/emotions_hover.gif) top left no-repeat;
}

#moreinfo_home a
{
	background: url(../images/home/moreinfo.gif) top left no-repeat;
}

#moreinfo_home a:hover
{
	background: url(../images/home/moreinfo_hover.gif) top left no-repeat;
}

#wellbeing_home a
{
	background: url(../images/home/wellbeing.gif) top left no-repeat;
}

#wellbeing_home a:hover
{
	background: url(../images/home/wellbeing_hover.gif) top left no-repeat;
}

#coping_home a
{
	background: url(../images/home/coping.gif) top left no-repeat;
}

#coping_home a:hover
{
	background: url(../images/home/coping_hover.gif) top left no-repeat;
}

#friends_home a
{
	background: url(../images/home/friends.gif) top left no-repeat;
}

#friends_home a:hover
{
	background: url(../images/home/friends_hover.gif) top left no-repeat;
}

#change_home a
{
	background: url(../images/home/change.gif) top left no-repeat;
}
#change_home a:hover
{
	background: url(../images/home/change_hover.gif) top left no-repeat;
}

#whatnow_home a
{
	background: url(../images/home/whatnow.gif) top left no-repeat;
}

#whatnow_home a:hover
{
	background: url(../images/home/whatnow_hover.gif) top left no-repeat;
}

#rights_home a
{
	background: url(../images/home/rights.gif) top left no-repeat;
}

#rights_home a:hover
{
	background: url(../images/home/rights_hover.gif) top left no-repeat;
}

/* youtube link */

#youtube a 
{
	text-decoration:underline;
}