body {
	text-align: center;
	color: #F00;
	background-image: url();
	background-color: #000;
	font-size: 16px;
	width:75%;
    min-width:750px;
	margin: 0 auto;
}
.width {
	width:80%;
}
.textwidth{
	width:72%;
}
.cl {
	color: #F00;
}
.name {
	color: #FFF;
	font-size: 25px;
	text-align: center;
}
.phone {
	font-size: 18px;
}
.main {
	color: #FFF;
	text-align: center;
}
.Reserved {
	color: #666;
	font-size: 10px;
	text-align: center;
}
.text {
	color: #FFF;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.detail {
	color: #FFF;
	text-align: center;
	font-size: 28px;
}
view {
	color: #F00;
}
.RecommendedEscort {
	font-size: 24px;
	font-weight: bold;
}
img.displayed {
	display: block;
	margin-left: 0;
	margin-top: 0;
	width:100%;
}
.MenuBackground {
	background-image: url('../bar2.jpg');
}
@media(max-width:750px)
{
    body {width:100%;} 

	.width {
		width:100%;
	}
	.textwidth{
		width:85%;
	}
	.text {
		color: #FFF;
		text-align: justify;
		font-family: "Times New Roman", Times, serif;
		font-size: 30px;
	}
}