@charset "utf-8";
/* CSS Document */
body{
	margin:				0;
	padding:			0;
}

.profile{
	background:			url(../images/profile-xandao.gif) no-repeat right bottom;
	width:				50%;
	height:				450px;
	float:				left;
	margin-bottom:		5px;
}

html* .profile{
	width:				49%;
}

.brand{
	background:			url(../images/brand-xandao.gif) no-repeat left bottom;
	width:				50%;
	height:				450px;
	float:				left;
	margin-bottom:		5px;
}

.box{
	background:			#231f20 url(../images/box-xandao.gif) no-repeat right;
	width:				52%;
	height:				42px;
	float:				left;
}

html* .box{
	width:				51%;
}

.txt{
	background:			url(../images/txt-xandao.gif) no-repeat left bottom;
	width:				48%;
	height:				42px;
	float:				left;
}

.icones{
	width:				50%;
	height:				40px;
	float:				left;
	text-align:			right;
	margin-top:			10px;
}

.icone{
	float:				right;
	margin-left:		3px;
}
