/* --- reset styles -------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}:focus {
    outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --- begin base styles ------------------ */
html {
    font-size: 10px;
}

body {
    font-family: arial, 'lucida sans', 'lucida sans unicode', 'lucida grande', 'helvetica neue', 'helvetica', sans-serif;
    font-size: small;
    line-height: 1.2;
    color: #444;
 	background-color:#fff;
    padding: 0;
    margin: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
	background-image:url(http://ultimateguide.buffalo.com/images/fixed1.jpg);
	background-attachment:fixed;
}
 
.leaderboard_bottom, .leaderboard_top {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pg-footer, #pg-cobrand-footer, .leaderboard_bottom {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: white;
    width: 960px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 0;
    border-top: 0;
}

.leaderboard_top {
    margin: 0 0;
}

.leaderboard_bottom, #pg-cobrand-footer {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


div#pg-frame {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 960px;
	padding-left:0 !important;
	padding-right:0 !important;
}

div.pg-weather {
    width: 290px !important;
    float: none;
    margin-right: 10px;
}

#txtwhat {
    width: 170px !important;
}

#txtwhere {
    width: 100px !important;
}

div.pg-search-box {
	width:590px;
	padding-left:10px;
	padding-right:0;
	margin-left:10px; 
}

#form-search {
	
}

table.search-table * {width:auto;}

input.pg-submit {padding-left:0;padding-right:0;margin-left:0;margin-right:0;}

div.pg-weather {clear:both;width:300px;float:none !important;margin-right:40px;}

div.pg-main {
    width: 600px;
}

div#pg-content {
    margin-left: 10px;
	width:940px;
}

