/* Reset styles */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

body  {
	font: 200% Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background: #000;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

#container {
    margin: 0 auto;
	width: 1024px;
	height: 768px;
    border: 1px solid #0f0f0f;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(37,60,78,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(37,60,78,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(37,60,78,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(37,60,78,1) 50%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(37,60,78,1) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(37,60,78,1) 50%,rgba(0,0,0,1) 100%); /* W3C */
}

#content {
    height: 768px;
    background: transparent url('/mygoldsecrets/images/globe.png') no-repeat bottom left;
    position: relative;
}
#player {
    width: 640px;
    height: 360px;
    border: 0;
    padding: 0 20px;
}
h1 {
    color: #fff;
    font-size: 1.8em;
}
h2 {
    font-size: 1.4em;
}
h1, h2
{
    text-shadow: #000 -3px 3px 5px;
    padding: 20px;
}
h1, .highlight {
    color: #eabb4c;
}
#learnMore, #learnMore:link, #learnMore:visited {
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #000;
    border: 4px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 65%;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
#learnMore:hover {
    background-color: #eabb4c;
    color: #000;
}
#footer {
}


