html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#flashContainer {
  height: 100%;
}

* {
	margin : 0px;
	padding : 0px;
}

.like_tite {
    color: #3B5998;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    margin-bottom: 10px;
    display:block;
}
.like_icon {
    margin: 5px;
    float:left;
}

.like_wrapper {
    float:left;
    margin-left: 10px;
}

/*
html, body {
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
}

body{

}
*/

#logout{
   position:absolute;
    left:20px;
    top:20px;
    z-index:10;
    background:url('../img/logout.png') no-repeat ;
    background-position: 0px 0px;
	height:12px;
	width:36px;

}
#logout:hover{
    background-position: 0px -13px;
    cursor : pointer;
}
