/* supplementary css for index.html */
/* white bg for sqrs */
div#homebg {
	height: 690px;
}

/* red and pink squares  */
div.rsqr {
position: absolute;
background-color: #ff0000;
width:130px;
height:130px;
margin:10px;
}

div.psqr {
position: absolute;
background-color: #ff8888;
width:130px;
height:130px;
margin:10px;
}

/* positions */
/*div#sqr8 {
top: 50px;
left: 570px;
}*/

div#sqr1 {
top: 50px;
left: 120px;
}
div#sqr2 {
top: 200px;
left: 120px;
}
div#sqr3 {
top: 200px;
left: 270px;
}
div#sqr4 {
top: 200px;
left: 420px;
}
div#sqr5 {
top: 350px;
left: 120px;
}
div#sqr6 {
top: 350px;
left: 270px;
}
div#sqr7 {
top: 500px;
left: 570px;
}


/* Logo */
div#logo {
position: absolute;
top: 390px;
left: 420px;
}

/* Address */
div#address {
	position: absolute;
	top: 500px;
	left: 125px;
	color: black;
	padding: 5px;
	font-weight: bold;
}

/* news */
div#news {
	position: absolute;
	top: 80px;
	left: 350px;
	color: black;
	padding: 5px;
	text-align: right;
	font-weight: bold;
}
em{
color:#ff0000;
}

