body {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 5%;
	margin-left: 5%;
	width: 90%;
	height: 90%;
	background-color: #fff;
	font-family: century gothic, arial;
	font-size: 12px;
}

html {
	background-color: #330066;
}

h1, h3 {
	font-weight: 900;
	color: #330066;
}

h2 {
	font-size: 1.6em; 
	font-weight: 600;
	color: #330066;
}

#desktopContact {
	position: relative;
	height: 27%; 
	width: 40%; 
	top: -2%;
}

#content p {
	margin-top: 1px;
	margin-bottom: 2px;
}

#logo {
	position: absolute;
	top: 33.5%;  /* 30 */
	left: 5%;
	height: 45%;
	width: 25.1%;
	padding-right: 2%;
	background-image: url(../images/music-marketing-logo02.gif);
	/* border: 1px dotted #000; */ 
}

#homeImages {
	position:relative; 
	top: 1%; 
	left: 10%; 
	width: 450px;
}

#homeImages-mobile {
	display: none;
}

body#clients h2 { 
	font-size: 1.2em;
}


/*
div#logo img {
	width: 110%;
}
*/

#logos {
	position: absolute;
	top: 15%;
	left: 30%;
	width: 35%;
	height: 40%;
	overflow: hidden;
}

#menu {
	position: absolute;
	top: 30%;
	left: 33%;
	width: 12%;
	font-size: 1.4em;
	font-weight: bold;
	color: #330066;
	/* border: 1px dotted red; */ 
}

body#home ul#options li.home,
body#about ul#options li.about,
body#services ul#options li.services,
body#clients ul#options li.clients,
body#contact ul#options li.contact {
	color: #fff;
	font-weight: bold;
}

ul#options {
	list-style: none;
	/* border: 1px dashed #000; */
}

ul#options a {
	text-decoration: none;
}

ul#options a:hover {
	color: #CCCCCC;
}

#content {
	position: absolute;
	left: 45%;
	top: 30%;
	padding-left: 5%;
	padding-right: 10%;
	padding-top: 0.5%;
	height: 69%;
	width: 40%;
	overflow: auto;
}


/**
 * Slideshow controls style rules.
 */
 #photos {
 	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
	height: 18%;
	overflow: hidden;
 }

#photos img {
  display: none;
}

#photos .show {
  display: inline;
}

img.center {
    display: block;
    margin: 0 auto;
}

body#home a#mobileSiteLink {
	visibility: hidden;
}

body#home h1#buyLine{
	position: relative; 
	top: 15%; 
	left: 4%; 
	font-size: 2em; 
	text-align: center; 
	color: #000;
}

/* end jQuery slideshow CSS */