*
{
	margin:0;
	padding:0;
	font-family:"Sans Serif";
	outline : none;
	color:#444444;
}

html,body {
    height:100%;
}

body
{
	background-color:#000;
}

.container {
    height: 220%;
    width: 100%;
    background: #EEE;
	max-width:1100px;
	min-width:310px;
    margin: 0px auto;
    background-image:url(header.jpg);
	background-repeat:no-repeat;
		position:relative;
			background-color:#000;
}

.block-left 
{
    width: 550px;
    float: left;
    margin: 30px;
}

.block-right 
{
	
    width: 420px;
    float: left;
    margin: 30px;
}

.menu-container
{
      margin-top: 217px;
      margin-left: 28px;
      background:000;
	  font-size:1.3em;
	  font-weight:bold;
    
}

.topnav {
  background-color: #111;
  max-width:520px;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #bbbbbb;
  text-align: center;
  padding: 6px 24px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #151515;
  color: bbbbbb;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #888888;
  color: black;
}
.text-container
{
      margin-top: 33px;
      margin-left: 0px;
	  line-height: 1.4;
	  font-size:0.8em;
	  color:#999999;
	  font-weight: normal;
	  
    
}
.embed-container
{
	  width: 420px;
	  height: 100%;
      margin-top: 0px;
	  margin-bottom: 32px;
      margin-left: 0px;
      background:000;
	  font-size:1.3em;
	  font-weight:bold;
	  border:4px solid #272727;
	  background-color: #272727;
    
}