    body {
      	background-color: #656565;
      	margin: 0;
    }

	a:link, a:visited {
		color: #e51937;
		text-decoration: none
	}

	a:hover {
		color: #287BA7;
		text-decoration: none
	}


    #container {
		color: white;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		overflow: visible;
		display: block;
		visibility: visible;
    }

    #content {
		background: transparent url(/wp-content/plugins/jhs-offline/images/jhsoffline-logo.png) no-repeat;
		position: absolute;
		left: 50%;
		width: 500px; /* Overall width of div */
		height: 150px; /* Overall height of div */
		top: -75px; /* half of the overall height */
		margin-left: -250px; /* half of the overall width */
		visibility: visible;
    }

	.captions {
		color: white;
		font-size: 10px;
		line-height: 14px;
		font-family: Verdana, Geneva, Arial, sans-serif;
		text-align: left
	}

	#caption1 {
		padding-left: 6px;
		border-left: 1px dashed #e51937;
		position: absolute;
		top: 160px;
		left: 250px;
		width: 250px;
		height: auto;
		visibility: visible;
		display: block
	}


