/* Custom CSS for annecumming.com */

#makeMeScrollable
{
	width:100%;
	height: 330px;
	position: relative;
	background-color:#151515;

}
		
#makeMeScrollable div.scrollableArea *
{
	position: relative;
	float: left;
	margin: 0px 1px 0px 1px;
	padding: 0;
	background-color:#151515;
}

body {
	margin:0px;
	background-color:#151515;
}

#titleArea
{
	height: 150px;
}

#contactArea
{
	font-family: 'Comic Sans MS', cursive, sans-serif;
	font-size: 18pt;
	color: white;
	text-align:center;
	height: 150px;
	line-height:150px;	/* Only single line of text to be shown so this will vertically center it */
}