html {
	text-align: center;
	background-color: #aaa;
}

body {
	position: relative;
	margin: 0 auto;
	width: 72em;
}
div.main{
	margin: 4em auto 1em auto;
	padding: 2em;
	border-style: solid;
	text-align: left;
	background-color: #fff;
}

img {
	margin-left: -1em;
}

h1 ~ p {
	line-height: 1.5em;
}


ul#demo_sites_list {
	font-size: 1em;
	margin-top: 4em;
}

ul#demo_sites_list li {
	list-style-type: none;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}


p.demo_description {
	line-height: 1;
	margin-top: 1em;
}

span.username, span.password {
	font-family: "Courier New", Courier, mono;
	font-size: larger;
	font-weight: bold;
	margin-left: 1em;
}

div.login_details {
	border:1px solid #bbb;
	padding: .8em;
	width: 20em;
}

p.demo_login_item {
	margin-bottom: 3px;
}


div.site_details {
	width: 22em;
	float: left;
}
div.site_video {
	float: left;
	margin-top: 1em;
	margin-left: 4em;
	width: 320px;
	height: 200px;
	background-color: #ccc;
}
div.site_verticalvideo {
	float: left;
	margin-top: 1em;
	margin-left: 9em;
	width: 200px;
	height: 320px;
	background-color: #ccc;
}
div.site_verticalvideo p {
	margin-top: 3em;
	padding: 4em;
	text-align: center;
}
div.site_video p {
	margin-top: 3em;
	padding: 1em;
	text-align: center;
}


ul.footer_nav {
	list-style-type: none;
}
ul.footer_nav li {
	display: inline;
	padding: 0 3%;
	font-variant: small-caps;
	font-size: larger;
}

ul.footer_nav li a:link, ul.footer_nav li a:visited {
	color: black;
}






.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

