@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%; /* needed! */
	background-color: #f1efef;
}

body {
    font-size: 76%;
    font-family: Verdana, Arial, sans-serif;
    color: #464646;
	position: relative;
	margin: 0px;
	padding: 0px;
    background-color: #f1efef;
    text-align: center;    
}

img {
    border: 0px;
}

object {
    outline:none;
}

div.top {
	height: 50%;
    background-color: #dcdcdc;
    margin-bottom: -300px;
}

div.outer {
	height: 439px;
    background-image:url(../images/background.jpg); 
    background-position: top left;
    background-repeat: repeat-x;
}

div.inner {
	text-align: left;
    width: 701px;
    height: 419px;
	margin: 0px auto;
    background-image:url(../images/videoHolder.jpg);
    position: relative;
}

div.center {
    margin: 0px auto;
    width: 701px;
    text-align: left;
}

div.center.img {
    text-align: center;   
}

div.center img {
    margin-bottom: 20px;
}

div.center p {
    margin-bottom: 10px;
    font-size: 0.9em;
}

div.center p a {
    color: #464646;
}

div#videoPadder {
    position: absolute;
    top: 72px;
    left: 142px;
}

dl {
    font-size: 0.9em;
}
dt {
    font-weight: bold;
}

dd {
    margin-left: 0px;
}

img.wearegreat {
    float:right;
}