/* CSS Document */
/* copyright 2012 dolcedesign.com */
/* CSS for Bella Rockafella - Splash Page */


/* ===========================================
         GLOBAL DEFINITIONS              
==============================================*/

* { margin: 0; padding: 0; }

.clear { clear: both; height: 0px; font-size: 0px; }

a { color:#036; text-decoration: none; }
a:hover { color:#6666CC; }

a img { border: none; }
a:hover { text-decoration: underline; }

p { margin-bottom: 20px; }

.bold {font-weight: bold; color: #000;}

/* ===========================================
         MAIN LAYOUT
==============================================*/
body    {
	color: #666666; 
	font-size: 12px;
	line-height: 16px;
	font-family: Museo, Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	background-image: url(../images/bg_wallpaper_kids3.gif);
	background-repeat: repeat;
	background-color: #FFFF66;
	}

	
#page     {
	width: 960px;
	vertical-align: top;
	text-align: left;
	margin: 0 auto;
	}


#content	{
	position: relative;
	height:1100px;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCC33;
	border-right: 1px solid #CCCC33;
	border-bottom: 1px solid #CCCC33;
		}
		
#mainText	{
	position: absolute;
	text-align: left;
	left: 288px;
	right:200px;
		}
		
#logo	{
	padding-top: 40px;
		}
