@charset "utf-8";
/* CSS Document */

�2013 All rights reserved. 
www.iopenere.com
==================================
core v. 0.1
==================================
- -*/

/* CSS Document */
/* ------------------------------- RESET -----------------------------------*/ 
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;

}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after { clear: both; display: block; content: " "; height: 0px; visibility: hidden;}
.clearfix { display: inline-block;}

/* Hide these rules from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
li.clearfix { display: list-item;}


/* ------------------------------------------------------------------ */

/* ------------------Start Rapper------------------------ */

.bg_home{
	background-image:url(../ubo_images/ubos_n_1.png);
	background-repeat:repeat-x;
	}
	
#main-rapper{
	height: 770px;
	width:1000px;
	margin : -8px auto;
	padding:0px;
	align:center;
	}

/* ------------------Start Top ------------------------ */

#ubo_top_logo{
	height: 128px;
	width:1000px;
	}
	
.ubo_logo_top{
	background-image:url(../ubo_images/ubos_n_4_logos.png);
	background-repeat:no-repeat;
	}
	
#ubo_left_c{
	height: 590px;
	width:385px;
	margin-left:150px;
	}
	
.ubo_left_image{
	background-image:url(../ubo_images/ubos_n_2.png);
	background-repeat:no-repeat;
	}

#ubo_midd_c{
	height: 590px;
	width:5px;
	margin-left:20px;
	margin-right:20px;
	}
.midd_line_d{
	background-image:url(../ubo_images/ubos_n_3_down_line.png);
	background-repeat:no-repeat;
	}

#ubo_right_c{
	height: 630px;
	width: 375px;
	}

#footer{
	background-image:url(../ubo_images/ubos_fotter.png);
	background-repeat: repeat-x;
	height:46px;
	width:1000px;
	padding:10px;
	text-align:center;
	}
	
.cll_online{background-image: url(../ubo_images/ubos_h_5.png);
	background-repeat:no-repeat;}

#Example_A {
height: auto;
width:340px;
border-top-left-radius: 20px; 	
border-top-right-radius : 20px;	
border-bottom-right-radius: 20px;	
border-bottom-left-radius: 20px;	 

-moz-border-radius-topleft: 20px;	
-moz-border-radius-topright: 20px;	
-moz-border-radius-bottomleft: 20px;	 
-moz-border-radius-bottomright: 20px;	
border : ;

border: solid 1px  ;
margin:10px;
border-color:#cb50ae;
padding:12px;
}

/* ------------------Start Left - Right ------------------------ */

.left{
	float:left;
	}

.right{
	float:right;
	}

