body {
	margin:0;
	padding:0;
	/*background:url(../images/bg-body.jpg) center center no-repeat #000;*/
	background-color:#000;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#eee;
	font-size:21px;
	padding:10px 0;
}
a{
	color:#eee;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#wrapper {
	margin:0 auto;
	width:807px;
}
#header{
	position:relative;
	height:140px;
}
.logo{
	/*margin-left:365px;*/
	position:absolute;
	top:20px;
	left:365px;
	width:89px;
	height:106px;
}
.logo a {
	text-indent:-9999px;
	display:block;
	width:89px;
	height:106px;
	background:url(../images/logo-viceroy.gif) top left no-repeat;
}
#content{
	position:relative;
	top:0;
	left:0;
}
.contact-1, .contact-2{
	position:absolute;
	top:104px;
}
.contact-1{
	left:370px;
}
.contact-2{
	left:570px;
}
.font-s{
	font-size:16px;
}
.font-s a{
	color:#eee;
	text-decoration:none;
}
.font-s a:hover{
	text-decoration:underline;
}
