* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration:none;
	letter-spacing:1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	color:#999;
}
html {

	height: 100%;
}

body {
	height: 100%;
}


img {
	margin-left: 4px;
	margin-bottom: 4px;
	}
	

.container {
	position:absolute;
	top: 30px;
	left: 32px;
	width: 795px;
	height: 550px;
	background: #FFFFFF;
}

#fashion {
	position:absolute;
	top: 30px;
	left: 0px;
	width:110px;
}
#fashion img {
	width: 50px;
	height: 50px;
}
#pilar {
	position:absolute;
	top: 280px;
	left:0px;
	width:860px;
}
#titlebar {
	position:absolute;
	top: 0px;
	left: 32px;
	width: 600px;
	color: grey;
}
#titlebar b{
	font-weight: normal;
	color: black;
	font-size: x-small;
}
.transparent {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 100%; 
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=50);
        /* Older than Firefox 0.9 */
        -moz-opacity:0.5;
        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.5;
        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.5;
}
.visible {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 100%; 
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=100);
        /* Older than Firefox 0.9 */
        -moz-opacity:1.0;
        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 1.0;
        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 1.0;
}

