/* 
    Document   : sb_css
    Created on : Mar 21, 2010, 8:57:03 PM
    Author     : Suum Baand
    Description:
        Some Band CSS
*/
/*
    Document   : sb_styles
    Created on : Mar 21, 2010, 8:50:35 PM
    Author     : Suum Baand
    Description:
        CSS Styles for Some Band
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	outline: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .group {
    height: 1%;
}

*:first-child+html .group {
    min-height: 1px;
}

body {
    background: #857e78 url('../images/SB_web_bg.jpg') no-repeat fixed top center;
}

#main_container {
    width: 900px;
    min-width: 900px;
    margin: 0px auto;
}

#main_panel {
    width: 900px;
    min-width: 900px;
    height: 681px;
    min-height: 681px;
    margin: 0px auto;
    padding: 0px;
    background: transparent url('../images/main_container_bg.png') no-repeat;
}

#header {
    position: absolute;
    width: 900px;
    min-width: 900px;
    height: 150px;
    min-height: 150px;
    margin: 0px auto;
    padding: 0px;
}

#panel_whois {
    position: relative;
    top: 160px;
    width: 600px;
    min-width: 600px;
    height: 500px;
    min-height: 500px;
    margin: 0px auto;
    background: url('../images/whois_panel.png') no-repeat;
}

#footer {
    width: 900px;
    min-width: 900px;
    height: 121px;
    min-height: 121px;
    margin: 0px auto;
    padding: 0px;
    background: transparent url('../images/footer_bg.png') no-repeat;
}


