
#tophead {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#cupid {
	width: 550px;
	height: 400px;
}

@media only screen and (min-width: 700px) and (max-width: 959px){

#tophead {
	width: 695px;
}

#cupid {
	width: 550px;
	height: 400px;
}

#toprim {
	padding-bottom: 25px;
}

}

@media only screen and (min-width: 550px) and (max-width: 699px){

#tophead {
	width: 545px;
}

#cupid {
	width: 500px;
	height: 360px;
}

#toprim {
	padding-bottom: 25px;
}

}

@media only screen and (min-width: 470px) and (max-width: 549px){

#tophead {
	width: 468px;
}

#cupid {
	width: 450px;
	height: 320px;
}

#toprim {
	padding-bottom: 50px;
}

#homeintro {display: none;}

.topad td { display:block; }

}

@media only screen and (max-width: 469px) {

#tophead {
	width: 320px;
}

#cupid {
	width: 300px;
	height: 210px;
}

#toprim {
	padding-bottom: 75px;
}

#homeintro {display: none;}

.topad td { display:block; }

}

@media only screen and (max-width: 959px) {

#side
{display: none;}

}