/*
========================================================================
Filename:		styles.css
Date Created:	2009-07-20
Description:	CSS stylesheet for component structure and typography
				for layout width >= 1024px
Project:		Dad-space
Author:			Manmath Rajput (manmath.rajput@atticmedia.com)
========================================================================
*/

/*-----------------------------------------------------------------
 Default Styles 
----------------------------------------------------------------- */
*
{
    margin: 0px;
    padding: 0px;
}
html, body
{
    height: 100%;
}
body
{
    background-color: #2d3236;
    text-align: left;
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 80.01%;
}
a
{
    text-decoration: underline;
    color: #ef3907;
}
a:hover
{
    text-decoration: none;
}

img
{
    border: none;
}
p
{
    display: block;
    float: left;
    padding: 15px 0 15px 0;
}
ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: auto;
}
ul li
{
    list-style-type: none;
    float: left;
    padding: auto;
}
fieldset
{
    border: none;
}
legend
{
    display: none;
}
.textbox
{
    width: 125px;
}
.dropdown
{
    width: 125px;
    border: solid 1px #DFB994;
}
input[type=button]
{
    font-family: Arial, Verdana;
}
.spacer5
{
    clear: both;
    height: 5px;
}
.spacer10
{
    clear: both;
    height: 10px;
}
.spacer15
{
    clear: both;
    height: 15px;
}
.spacer20
{
    clear: both;
    height: 20px;
}
.submit_btn
{
    background: url(../images/buttons/submit_btn.gif) top center no-repeat;
    border: solid 0px #cdcdcd;
    width: 56px;
    height: 23px;
}
.main_content ul
{
    color: #0b4574;
    margin: 0 0 0 -2px;
}
.main_content ul li
{
    list-style-type: none;
    color: #0b4574;
    padding: 0 0 0 23px;
    background-image: url(../images/generic/bullet.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 0px;
}
.main_content ul li span
{
    color: #000;
}
.main_content ol
{
    list-style-type: decimal;
    margin-left: 22px;
    font-weight: bold;
}
.main_content ol li
{
    padding-left: 11px;
}
.main_content ol li span
{
    font-weight: normal;
}
/*-----------------------------------------------------------------
 Typograpgy
----------------------------------------------------------------- */
h1
{
    display: block;
    font-family: Arial, Verdana;
    font-weight: normal;
    font-size: 180%;
    margin: 15px 0 10px 0;
    clear: both;
    color: #0b4574;
}
h2
{
    display: block;
    font-family: Arial, Verdana;
    font-size: 100%;
    padding: 15px 0 0px 0;
    clear: both;
    color: #0b4574;
}
h3
{
    font-size: 85%;
    font-weight: bold;
    display: block;
    margin: 15px 0 0 0;
}

/*-----------------------------------------------------------------
 Common Classes
----------------------------------------------------------------- */
.display_none
{
    display: none;
}
.hidden
{
    margin-top: -9999px !important;
    position: absolute !important;
    display: none;
}
.float_left
{
    float: left !important;
}
.float_right
{
    float: right !important;
}
.clear_right
{
    clear: right !important;
}
.clear
{
    clear: both !important;
}
.error
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: #ff0000;
    padding: 2px;
    margin: 5px 0 5px 0;
    font-size: 85%;
}
h1.title
{
    margin: -40px 0 15px 10px;
}
/*-----------------------------------------------------------------
 Outer wrapper
----------------------------------------------------------------- */
.outer_wrapper
{
    display: table;
    background: url(../images/backgrounds/top_bg.jpg) top center no-repeat;
    width: 960px;
    margin: 0 auto;
    background-color: #2d3236;
}

/*-----------------------------------------------------------------
 Crumbtail
----------------------------------------------------------------- */
.crumbtrail
{
    display: block;
    float: left;
    width: 460px;
    clear: both;
    font-size: 100%;
    height: 40px;
    line-height: 30px;
    padding-left: 15px;
}
.crumbtrail ul
{
    list-style-type: none;
    padding: 0px;
}
.crumbtrail ul li
{
    font-size: 95%;
    margin: 0 0 0 5px;
}
.crumbtrail ul li a
{
    font-weight: bold;
}
.crumbtrail ul li.active
{
    font-weight: bold;
}
/*-----------------------------------------------------------------
Banner
----------------------------------------------------------------- */
.banner
{
    display: block;
    float: left;
    width: 480px;
    margin: 0 0 0 5px;
}
.banner img, .banner object, .banner embed
{
    display: block;
    margin: 8px auto 0;
}
/*-----------------------------------------------------------------
 Main wrapper & It's Elements
----------------------------------------------------------------- */
.top_section
{
    display: block;
    float: left;
    width: 960px;
}
.top_section .header_content
{
    display: block;
    float: left;
    width: 480px;
    padding-bottom: 6px;
}
.top_section .header_content .logo
{
    padding-bottom: 20px;
}
.top_section .welcome_content
{
    display: block;
    float: left;
    margin: -10px 35px -50px 0;
}
.top_section .welcome_content img
{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.top_section .welcome_content p
{
    padding: 0 0 0 10px;
    color: #000066;
    font-size: 110%;
}
.top_section .youtube
{
    display: block;
    float: left;
    width: 480px;
    margin: 60px 0 0 0;
}
.top_section .top_seperator
{
    display: table;
    float: left;
    background: url(../images/backgrounds/contents_head.png) top center no-repeat;
    width: 960px;
    height: 67px;
    margin: -30px 0 0 0;
    clear: both;
}
.top_section .top_seperator .search_box
{
    display: block;
    width: 220px;
    float: right;
    margin: 30px 5px 0 10px;
}

.top_section .top_seperator .search_box input.search_input
{
    float: left;
    margin: 0 10px 0 0;
    width: 150px;
    font-size: 90%;
    padding: 3px 1px 2px 1px;
    height: 16px;
    color: #0b4574;
    border: solid 1px #D48A23;
}
.top_section .top_seperator .search_box label
{
    display: none;
}
.top_section .top_seperator .search_box .submit_btn
{
    float: left;
    width: 55px;
    height: 23px;
    background: url(../images/buttons/search_btn.gif) top center no-repeat;
}
/* Style modified as per AE2's requirment */
.top_section .top_seperator .search_box span.search_input label
{
    display: none;
}
.top_section .top_seperator .search_box span.search_input input
{
    float: left;
    margin: 0 10px 0 0;
    width: 150px;
    font-size: 90%;
    padding: 3px 1px 2px 1px;
    height: 16px;
    color: #0b4574;
    border: solid 1px #D48A23;
}
/*-----------------------------------------------------------------
 Main wrapper & It's Elements
----------------------------------------------------------------- */
.main_wrapper
{
    display: table;
    width: 960px;
    clear: both;
    background-color: #fff;
}
/*-----------------------------------------------------------------
 Columns definition
----------------------------------------------------------------- */
.main_wrapper .group, .main_wrapper .featured, .main_wrapper .cols_4, .main_wrapper .cols_3
{
    display: block;
    float: left;
    margin: 2px 0 0 0px;
}
.main_wrapper .featured, .main_wrapper .group
{
    margin: 2px 0px 0px 0px;
}
.main_wrapper .col1
{
    display: block;
    float: left;
    width: 480px;
    margin: 0px 0px 0 0px;
}
.main_wrapper .cols_4 .col, .main_wrapper .featured .col, .main_wrapper .cols_3 .col1 .col
{
    display: block;
    float: left;
    width: 220px;
    margin: 0px 0px 0 0px;
    padding: 0px;
    border-left: solid 0px #fff;
}
.main_wrapper .featured .col
{
    padding: 0px 10px 10px 10px;
}
.main_wrapper .cols_3 .col1 .col
{
    margin: 0px 0px 0 0px;
    padding: 0px 10px 0px 10px;
}
.main_wrapper .group .col, .main_wrapper .cols_3 .col
{
    display: block;
    float: left;
    width: 220px;
    padding: 0 9px 0 9px; /* 1 px saved for left border */
    margin: 0px 0px 0 0px;
    border-left: solid 1px #dcdcdc;
}
.main_wrapper .group .intro_box, .main_wrapper .featured .intro_box, .main_wrapper .cols_4 .intro_box, .main_wrapper .cols_3 .intro_box
{
    display: block;
    padding: 0 10px 0 10px;
}
/*-----------------------------------------------------------------
 Components definition
----------------------------------------------------------------- */
.component
{
    display: block;
    float: left;
    width: 100%;
    height: auto;
    clear: both;
}
.component .image_box
{
    display: block;
    float: left;
    background: #E7EAED;
    margin: 0 0 1px 0;
}
.component .image_box a.image_link
{
    display: block;
    margin: 0 auto;
    padding: 0px;
    width: 220px;
}
.component a.image_link img
{
    margin: 15px auto 0;
}
.component .image_box a
{
    display: block;
    float: left;
    padding: 15px 0 15px 10px;
    font-size: 120%;
    color: #0B4574;
    margin: 0px;
}
.component a
{
    font-weight: normal;
}
.component .image_box span
{
    display: block;
    float: right;
    background: url(../images/icons/arrow.gif) top center no-repeat;
    width: 6px;
    height: 14px;
    margin: 16px 10px 0 0;
}
.component p.date
{
    color: #616161;
    font-size: 90%;
    padding: 0px 0 10px 0;
}
.component .image_box a img, .component img
{
    display: block;
    margin: 0 auto;
}
.divider
{
    display: block;
    float: left;
    width: 100%;
    height: 1px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background-color: #dcdcdc;
    clear: both;
}
.top_line
{
    margin: 0px;
}
.component ul.external_links
{
    margin: 15px 0 15px 0;
}
.component ul.external_links li
{
    width: 24%;
}
.component .image_box_inner
{
    display: block;
    float: left;
    width: 100%;
}
.component .image_box_inner .toplinkbox
{
    display: block;
    float: left;
    width: 200px;
    padding: 10px 10px 10px 10px;
    background-color: #e7eaed;
    margin: 1px 0 1px 0;
}
.component .image_box_inner .toplinkbox h2
{
    margin: 0px !important;
    padding: 0px;
}
.component .image_box_inner .toplinkbox a
{
    display: block;
    float: left;
    font-size: 120%;
    color: #0B4574;
    margin: 0px;
}
.component .image_box_inner .toplinkbox span
{
    display: block;
    float: right;
    background: url(../images/icons/arrow.gif) top center no-repeat;
    width: 6px;
    height: 14px;
    margin: 2px 0px 0 0;
}
.component .image_box_inner img
{
    display: block;
    max-width: 54px;
    float: left;
    margin: 18px 10px 15px 0;
}
.component .image_box_inner p
{
    display: block;
    float: left;
    width: 140px;
    padding: 15px 5px 15px 5px;
}
.dads_talk .image_link
{
    display: block;
    float: left;
    width: 110px;
}
.dads_talk .image_link img
{
    max-width: 90px;
    margin: 0 auto;
}
.dads_talk h2
{
    display: block;
    float: left;
    width: 110px;
    clear: none;
}
/*-----------------------------------------------------------------
 Home page - Newsletter/Quick poll & It's Elements
----------------------------------------------------------------- */
.component .home_form
{
    display: block;
    float: left;
    margin: 0 0 15px 0;
}
.component .home_form label.radio_lbl
{
    padding: 1px;
    font-weight: bold;
    color: #0B4574;
}
.component .home_form label.newsletter_lbl
{
    display: block;
    float: left;
    margin: 15px 0 7px 0;
}
.component .home_form input[type=text]
{
    background: url(../images/generic/newsletter_bg.jpg) top center no-repeat;
    border: solid 1px #cdcdcd;
    width: 153px;
    height: 21px;
    line-height: 21px;
    color: #747272;
    float: left;
}
.component .home_form input[type=radio]
{
    margin: 3px;
}
.component .home_form .submit_btn
{
    float: right;
}
/*-----------------------------------------------------------------
 Home page - related links & It's Elements
----------------------------------------------------------------- */
.related_links
{
    display: block;
    float: left;
    clear: both;
    width: 450px;
    padding: 0 10px 0 10px;
}
.related_links ul
{
    display: block;
    float: left;
    width: auto;
    margin: 15px 0 15px 0;
}
.related_links ul li
{
    display: block;
    float: left;
    width: 215px;
    margin-right: 10px;
}
.related_links ul li a
{
    display: block;
    float: left;
    padding-left: 15px;
}
/*-----------------------------------------------------------------
 Inner Pages & It's Elements
----------------------------------------------------------------- */
.main_content
{
    display: block;
    float: left;
    padding: 0 10px 0 10px;
    width: 460px;
}
.main_content img
{
    display: block;
    float: left;
    margin: 5px 15px 15px 0;
}
.main_content h2
{
    margin: 0 0 10px 0;
}
.main_content p
{
    display: block;
    float: left;
    padding: 10px 0px 0px 0px;
}
.main_content .image_caption
{
    display: block;
    float: left;
    margin: -15px 15px 10px 0px;
    padding: 10px;
    background: #E7EAED;
    width: 200px;
    clear: both;
}
.main_content ul li
{
    display: list-item !important; /*list-style-type:decimal;*/
    float: none;
    clear: both;
    font-weight: normal;
    padding-left: 32px;
    width: 425px;
    margin-left: 5px;
}
.main_content ul li span
{
    font-weight: normal;
}
.main_content ul.quote
{
    display: block;
    float: left;
    margin: 20px 0px 0px 0;
    font-size: 120%;
    list-style-type: none;
}

.main_content ul.quote li
{
    background-image: none;
}
.main_content ul.quote li.top, .main_content ul.quote li.bottom
{
    padding: 5px 5px 5px 5px;
    width: 450px;
    float: left;
}
.main_content ul.quote li.top img
{
    position: relative;
    float: left;
    margin: -15px 0 0 0;
}
.main_content ul.quote li.bottom img
{
    position: relative;
    float: right;
    margin: 0px 0 -15px 0;
}
.main_content ul.quote li
{
    list-style-type: none;
    font-weight: normal;
    background-color: #E7EAED;
    padding: 5px 25px 5px 25px;
    margin: 0px;
    width: 410px;
}
.main_content blockquote
{
    background-color: #E7EAED;
    background-image: url(../images/generic/blockquote_bttm.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 31px;
}
.main_content blockquote p
{
    background-image: url(../images/generic/blockquote_top.gif);
    background-position: left top;
    background-repeat: no-repeat;
    float: none;
    padding: 31px;
    padding-bottom: 0px;
}
.main_content blockquote cite
{
    padding-top: 10px;
    padding-left: 31px;
    padding-right: 31px;
    display: block;
}
/*-----------------------------------------------------------------
 Helpdesk & It's Elements
----------------------------------------------------------------- */
.main_wrapper .labels_box
{
    display: block;
    float: left;
    background-color: #e7eaed;
    clear: both;
}
.main_wrapper .labels_box li.latest
{
    margin: 0 0 0 -7px;
}
.main_wrapper .labels_box .latest span
{
    display: block;
    float: left;
    min-width: 150px;
    background: url(../images/generic/left_arrow.gif) no-repeat 0px center;
    padding-left: 7px;
    height: 16px;
    margin: 7px 0 7px 0;
}
.main_wrapper .labels_box .latest a
{
    display: block;
    float: left;
    clear: both;
    color: #fff;
    line-height: 16px;
    padding: 0 5px 0 3px;
    background-color: #334e68;
    text-decoration: none;
}
.main_wrapper .labels_box ul
{
    display: block;
    float: left;
    width: 200px;
    margin: -15px 0 15px 0;
    padding: 10px;
}
.main_wrapper .labels_box ul li
{
    display: block;
    width: 200px;
    color: #0b4574;
    clear: both;
    padding: 10px 0px 0 0px;
}
.main_wrapper .paging
{
    display: block;
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
    margin: 10px 0 0 0;
}
.main_wrapper .paging ul
{
    display: table;
    width: 155px;
    margin: 0 auto;
}
.main_wrapper .paging ul li
{
    margin: 0 2px 0 2px;
}
.main_wrapper .paging ul li span
{
    color: #0B4574;
    display: block;
    margin: 0 10px 0 10px;
}
.main_wrapper .paging span
{
    color: #0B4574;
}
.main_wrapper .paging input
{
    background-color: Transparent;
    border: none;
    font-family: Arial,Tahoma,Helvetica,Sans-Serif;
    color: #EF3907;
}
.main_wrapper .paging input:hover
{
    color: #0B4574;
}
.main_wrapper .paging input:disabled, .main_wrapper .paging input[disabled]
{
    display: none;
}
/*-----------------------------------------------------------------
 Search & It's Elements
----------------------------------------------------------------- */
.searched_for
{
    display: block;
    float: left;
    width: 210px;
    padding: 0 10px 0 10px;
}
.search_form
{
    display: block;
    float: left;
    width: 210px;
    padding: 0 0px 0 10px;
}
.search_form label
{
    display: block;
    clear: both;
    font-weight: bold;
    margin: 15px 0 15px 0;
    color: #9B4474;
}
.search_form input[type=text]
{
    margin: 0 0px 0 0;
    float: left;
    padding: 2px 2px 2px 1px;
    width: 145px;
}
.search_form .submit_btn
{
    float: right;
    margin: 0 0 0 0;
}
.search_results h2 a
{
    font-size: 120%;
    font-weight: normal;
    color: #0B4574;
}
/*-----------------------------------------------------------------
 Compitition & It's Elements
----------------------------------------------------------------- */
.back_to_comp
{
    position: relative;
    display: block;
    float: right;
    clear: both;
    margin: -35px 10px 0 0;
}
.main_wrapper .winners_head
{
    display: block;
    float: left;
    margin: 0 0 0 0;
}
.main_wrapper .winners_head h2
{
    display: none;
}
.main_wrapper .winners_head img
{
    display: block;
    margin: 15px auto;
}
.main_wrapper .winners_head p
{
    padding-top: 0px;
    padding: 0 0 15px 0;
}
.main_wrapper .winners_list .month
{
    display: block;
    float: left;
    width: 440px;
    padding: 10px 10px 10px 10px;
    background-color: #e7eaed;
    margin: 1px 0 1px 0;
}
.main_wrapper .winners_list .title_winner
{
    display: block;
    float: left;
    width: 220px;
    padding: 15px 0 15px 10px;
}
.main_wrapper .winners_list .title_winner img
{
    display: block;
    float: left;
    margin: 0px 15px 0 0;
}
.main_wrapper .winners_list .title_winner h3
{
    display: block;
    float: left;
    margin: 3px 0 0 0;
    font-size: 100%;
}
.main_wrapper .winners_list .title_winner .winner_details
{
    display: block;
    float: left;
    width: 160px;
}
.main_wrapper .winners_list .title_winner p
{
    margin: 0px;
    padding: 2px 0px 0px 0px;
    clear: both;
}
/*-----------------------------------------------------------------
 Competition & It's Elements
----------------------------------------------------------------- */
.main_wrapper .competition
{
    display: block;
    float: left;
}
.main_wrapper .competition .welcome_box
{
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 0px 0 10px 0;
}
.main_wrapper .competition .welcome_box img
{
    display: block;
    float: left;
}
.main_wrapper .competition .welcome_box .welcome_text
{
    display: block;
    float: left;
    width: 230px;
}
/* Question form */
.main_wrapper .competition .competition_form, .main_wrapper .competition .form_footer
{
    display: block;
    float: left;
    width: 440px;
    background-color: #EAEEF2;
    padding: 0px 10px 10px 10px;
    margin: 1px 0 1px 0;
}
.main_wrapper .competition .form_footer
{
    background-color: #DDE3E9;
    padding: 5px 10px 5px 10px;
    margin: 1px 0 25px 0;
}
.main_wrapper .competition .form_row
{
    display: block;
    float: left;
    clear: both;
    width: 440px;
    padding: 7px 0 7px 0;
}
.main_wrapper .competition .validate label
{
    color: #ff0000 !important;
}
.main_wrapper .competition .validate label span
{
    display: inline-block;
    float: none;
    width: auto;
    color: #ff0000 !important;
    font-size: 80%;
}

.main_wrapper .competition .validate input
{
    color: #fff !important;
    background-color: #ff0000;
    border: solid 1px #ff0000;
}
.main_wrapper .competition .competition_form label, .main_wrapper .competition span
{
    display: block;
    float: left;
    width: 210px;
    color: #0B4574;
}
.main_wrapper .competition .question label
{
    width: 410px;
    float: right;
    margin: -1px 0 0 0;
}
.main_wrapper .competition .question label span
{
    display: inline;
    font-weight: bold;
    width: 20px;
}

.main_wrapper .competition .competition_form .textbox
{
    float: left;
    width: 210px;
    clear: right;
}
.main_wrapper .competition .competition_form .postal_code
{
    width: 110px;
}
.main_wrapper .competition .submit_btn
{
    float: right;
    margin-right: 15px;
}
/*-----------------------------------------------------------------
 Article modified style based on AE's requirments
----------------------------------------------------------------- */
ul.articles
{
    width: 100%;
    margin: 0px 0 0 0px;
    padding: 0px;
}
ul.articles li
{
    display: block;
    list-style-type: none;
    float: left;
    font-weight: normal;
    width: 220px;
    padding: 0 10px 0 10px;
    margin: 0px;
    clear: none;
    min-height: 150px;
}
.col ul.articles li
{
    padding: 0 10px 0 0px;
}
.tablelayout
{
    clear: both;
}
.tablelayout img
{
    float: left;
    margin-right: 18px;
}
.tablelayout .textbody
{
    overflow: auto;
    height: auto !important;
    height: 1%;
    padding-right: 5px;
}
.tablelayout .textbody p
{
    width: auto !important;
}
/*-----------------------------------------------------------------
 Footer & It's Elements
----------------------------------------------------------------- */
.footer_links
{
    display: block;
    float: left;
    background: url(../images/backgrounds/footer_seperator.jpg) top center no-repeat #fff;
    width: 940px;
    min-height: 141px;
    padding: 40px 10px 10px 10px;
}
.footer_links ul
{
    display: block;
    float: left;
    width: 940px;
    margin: 15px 0 25px 0;
}
.footer_links ul li
{
    float: left;
    width: 225px;
    padding: 5px 10px 0 0;
}
.footer
{
    display: block;
    float: left;
    background: url(../images/backgrounds/footer.png) top center no-repeat;
    width: 100%;
    min-height: 108px;
    font-size: 85%;
    margin: 0 0 15px 0;
}
.footer .links_box
{
    display: block;
    float: left;
    width: 460px;
    margin: 75px 0 0 0;
}
.footer .links_box ul
{
    display: table;
    width: 370px;
    margin: 0 auto;
}
.footer li a
{
    color: #666;
}
.footer .banner
{
    margin: 12px 0 0 20px;
}
/*= SiteMap */
.sitemap ul li
{
    float: none;
}
.sitemap
{
    padding-left: 20px;
    padding-right: 20px;
}
.sitemap ul li
{
    padding-bottom: 5px;
}
.sitemap ul ul
{
    padding-left: 20px;
}
.sitemap ul
{
    padding-top: 5px;
}
/*_____ 404 page template _____*/

.search-template .top_seperator
{
    display: table;
    float: left;
    background: none !important;
    width: auto !important;
    height: 67px;
    margin: 0px !important;
    clear: both;
    padding: 10px 0 0 0;
}

.search-template .top_seperator input[type=text]
{
    border: 1px solid #7F9DB9 !important;
    float: left !important;
    margin: 3px 5px 0 0;
}

.search-template p
{
    float: none !important;
}

/*Resolved with the live version*/

/*-----------------------------------------------------------------
 World Cup 2 theme
----------------------------------------------------------------- */
body#worldcup2
{
    background-color: #22491b;
}
#worldcup2 .background
{
    display: block;
    float: left;
    width: 100%;
    background: transparent url(../images/theme-worldcup2/top_bg.jpg) top center no-repeat;
}
#worldcup2 .inner_background
{
    display: block;
    float: left;
    width: 100%;
    background: transparent url(../images/theme-worldcup2/top_bg_inner.jpg) top center no-repeat;
}
#worldcup2 .outer_wrapper
{
    background: transparent;
}
#worldcup2 .logo
{
    margin: -10px 0 0 0;
    background: transparent;
}

#worldcup2 .youtube
{
    margin: 60px 0;
}
#worldcup2 .inner_background .header_content
{
    padding-bottom: 13px;
}
#worldcup2 .welcome_content 
{
    margin-top: -5px;
}