#main_area {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1120px;
	height: 560px;
	margin-left: -560px; /*set to a negative number 1/2 of your width*/
	margin-top: -280px; /*set to a negative number 1/2 of your height 280*/ 
	border: 1px solid black;
	background-color: black;
}

#menu_area{
    float: left;
    height: 560px; 
    width: 211px;
    background-image: url(../img/menu/background_1.png);
    background-repeat: no-repeat;
    /*border:1px solid;*/
}

#menu_items{
    width: 208px;
    padding: 0px;
    margin: 0px;
    margin-top: 70px; /*75*/
}

#menu_items li{
    list-style-type: none;
    width: 205px;
    height: 32px; /*32*/
    padding-top: 13px; /*12*/
    margin: 0px;
    margin-left: -37px;
    background-image: url(../img/menu/duret_menu_black.png);
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
}


#menu_area a:link{
    text-decoration: none;
	color: white;
}

#menu_area a:visited{
    text-decoration: none;
	color: yellow;
}

#menu_area a:active{
    text-decoration: none;
	color: red;
}

#menu_area a:hover{
    text-decoration: none;
	color: red;
}


#movie_player{
    position: absolute;
    width: 351px;
    height: 265px;
    top: 50%;
    right: 50%;
    margin-right: -251px; /*-253*/ 
    margin-top: -132px; 
    background: black;
    /*border:1px solid black;*/
}

#left_side{
    position: absolute;
    height: 412px;
    width: 247px;
    left: 212px;
    top: 1px;
    background: black;
    /*border:1px solid black;*/
}

#right_side{
    position: absolute;
    height: 413px;
    width: 307px;
    right: 0px;
    top: 146px;
    background: black;
    /*border:1px solid black;*/
}

#right_side img{
    margin-top: 2px;
    padding: 1px;
}

#top{
    position: absolute;
    height: 146px;
    width: 375px; 
    top: 1px;  
    left: 460px; 
    background: black;
    /*border:1px solid black;*/
}

#top img{
    padding: 1px;
}

#meetup_ticker{
    position: absolute;
    height: 146px;
    width: 281px;
    right:1px;
    top: 1px;
    background: black;
    overflow: auto;
    /*border: 1px solid black;*/
}

#meetup_ticker a{
    position: absolute;
    padding: 5px;
}

#meetup_ticker a:link{
    text-decoration: none;
	color: white;
}


#meetup_ticker a:visited{
    text-decoration: none;
	color: yellow;
}

#meetup_ticker a:active{
    text-decoration: none;
	color: red;
}

#meetup_ticker a:hover{
    text-decoration: none;
	color: red;
}


#bottom{
    position: absolute;
    height: 146px; 
    width: 601px; 
    top: 410px;
    left: 212px; 
    background: black;
    /*border:1px solid black;*/
}

#bottom img{
    margin-top: 1px;
    padding: 1px;
}

#header{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 909px;
    height: 54px;
    background-repeat: no-repeat;
   /* border: 1px solid; */
}

#header img{
    text-align: center;
    display: block;
}

#header li{
    list-style-type: none;
    display: inline;
    padding: 1px;
    margin-left: 30px;
}

#header a:link{
    text-decoration: none;
	color: white;
}

#header a:visited{
    text-decoration: none;
	color: yellow;
}

#header a:active{
    text-decoration: none;
	color: red;
}

#header a:hover{
    text-decoration: none;
	color: red;
}

