@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	top:0px;
	text-align:center;
	background-image: url(http://www.colegiohappyday.com.br/images/bg_index.jpg);
	background-repeat: repeat-x;
}

#main {
}

#site {
	position: relative;
	width: 1100px;
	height:900px;
	margin:0 auto;
	text-align:left;
}

#left {
	position:absolute;
	top:40px;
	width:50px;
	height:900px;
	background:url(http://www.colegiohappyday.com.br/images/bg_left.jpg);
	background-repeat:no-repeat;
}

#center{
	position:absolute;
	left:50px;
	top:40px;
	width:1000px;
	height: 900px;
}

#right {
	position: absolute;
	left:1050px;
	top:40px;
	width:50px;
	height:900px;
	background:url(http://www.colegiohappyday.com.br/images/bg_right.jpg);
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	width:775px;
	height: 125px;
	background: url(http://www.colegiohappyday.com.br/images/img_logo.jpg);
	background-repeat:no-repeat;
}

#logobottom {
	position:absolute;
	top:124px;
	width:130px;
	height: 25px;
	background: url(http://www.colegiohappyday.com.br/images/img_logobottom.jpg);
	background-repeat:no-repeat;
	left: 0px;
}

#telefones {
	position:absolute;
	left:775px;
	width:225px;
	height:125px;
	background:url(http://www.colegiohappyday.com.br/images/bg_telefones.jpg);
	background-repeat:no-repeat;
}

#principal {
	position:absolute;
	top: 150px;
	width:1000px;
	height:315px;
	background:url(http://www.colegiohappyday.com.br/images/bg_principal.jpg);
	background-repeat:no-repeat;
}

#principalbottom {
	position:absolute;
	top:465px;
	width:1000px;
	height:45px;
	background:url(http://www.colegiohappyday.com.br/images/bg_principalbottom.jpg);
	background-repeat:no-repeat;	
}

#noticias {
	position:absolute;
	top:510px;
	width:1000px;
	height:350px;
	background:url(http://www.colegiohappyday.com.br/images/bg_noticias.jpg);
	background-repeat:no-repeat;	
}

#boxnoticia {
	position:absolute;
	width:960px;
	height:320px;
	padding-top:30px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}

#noticiaimage {
	position:absolute;
	width:145px;
	height:160px;
	background-image:url(http://www.colegiohappyday.com.br/images/img_bordanew.jpg);
	background-repeat:no-repeat;
}
#noticiaimagein {
	position:absolute;
	width:135px;
	height:145px;
	padding-top:5px;
	padding-left:5px;
}


#noticiatexttitulo{
	position:relative;
	padding-left:10px;
	left:145px;
	width:805px;
	height:20px;
}

#noticiatextcorpo{
	position:relative;
	padding-top:10px;
	padding-left:20px;
	left:145px;
	width:795px;
	height:110px;
}

#noticiatextlink{
	position:relative;
	left:145px;
	width:815px;
	height:20px;

}


#unidades {
	position:absolute;
	top:860px;
	width:1000px;
	height:200px;
	background:no-repeat;
	background-image: url(../images/bg_unidades.jpg);
}

	