/* Layout */

#wrap {
    margin: 0px auto;
    text-align: left;
    width: 100%;
    min-height: 100%;
}

#header_bg {
    width: 100%;
    background: black url('../images/bg_header.png') repeat-x;
}
.header {
    width: 950px;
    margin: 0 auto;
}

#header_bg h2 {
    height: 51px;
    background: transparent url('../images/tm_logo.png') no-repeat 5px 8px;
    padding-left: 100px;
    line-height: 47px;
}

#helpdesk {
	float: right;
    margin: -43px 0px 0 0;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

#support {
    background: transparent url('../images/header_help.png') no-repeat left center;
	padding: 5px 0 5px 25px;
}

#main {
    overflow: none;
    padding-bottom: 40px;
}
#footer {
    position: relative;
    margin: -40px auto 0 auto;
    height: 40px;
    clear: both;
    line-height: 40px;
    width: 100%;
    background: #fff url('../images/bg_footer.png') repeat-x;
    font-size: 11px;
    color: #777;
}

body:before { /*Opera Fix*/
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#kids_profile {
	margin: 20px 0px 20px 60px;
}

#content_wrap {
    width: 890px;
    padding: 20px 30px 0;
    margin: 0 auto;
}