/* CSS Document */
.artist		{
	background: url(images/frontpage/imagebg.jpg) no-repeat;
}
.big_frame {
	width: 900px;
	border: solid 1px #000000;
	vertical-align: middle;
}
.content_box {
	padding: 4px;
}
.contentblock {

}
.contentheading {
	background: url(images/title_background.png) no-repeat;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #A7ADB9;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
}
.contentheading2{
	background: url(images/title_background.png) no-repeat;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #A7ADB9;
	text-align: left;
	text-indent: 15px;
	height: 24px;
	text-transform: uppercase;
}

.directory {
	vertical-align: middle;
	font-size: 9px;
	color:#A7ADB9;
	text-align: left;
	height: 24px;
	text-transform: uppercase;
}

div.container {
	position:absolute;
	margin-left: 50px;
	width: 780px;
	height: 432px;
	text-align: left;
	float: left;
	width: 24%; // or its best to use 24% sometimes!
}

.footer {
	vertical-align: middle;
	color:#A7ADB9;
	font-size: 9px;	
	text-align: center;
}
a.mainlevel:link, a.mainlevel:visited {
	background: url(images/menu_bullet.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
	text-decoration: none;
	padding-left: 15px;
	height: 18px;
	margin-bottom: 1px;
}

a.mainlevel:hover {
	background-position: 0px -20px;
	text-decoration: none;
	color: #ffffff;
}

.header {
	height: 111px;
	background: url(images/header.jpg) no-repeat;
}
.page_bg {
	background: #595959 url(images/back_fade.jpg) repeat-x;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
}
.right_box {
	padding: 4px;
	border-left: solid 1px #9DA6B3;
	background: #595959 url(images/menu1_fade.jpg) repeat;
}
#silver_toolbar {
	width: 100%;
}

.silver_box {
	width: 100%;
	border-top: solid 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	background: url(images/silver_background.jpg) repeat-x;
	padding: 0px 0px 0px 0px;
}
#silver_date {
	float: right;
	width: 160px;
	text-align: right;
	padding: 3px 10px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #ff6600;
	white-space: nowrap;
	margin-right:70px;
}
.skillbar {
	background:url(images/skillbar.jpg);
	width: 230px;
	margin-left: 5px;
	margin-bottom: 4px;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	height: 12px;
}
.stats {
	vertical-align: middle;
	font-size: 9px;
	color:#ff6600;
	font-weight: bold;
	text-align: left;
	height: 24px;
	text-transform: uppercase;
}
.stats2 {
	vertical-align: middle;
	font-size: 9px;
	color:#A7ADB9;
	font-weight: bold;
	text-align: left;
	height: 24px;
	text-transform: uppercase;
}
BODY {
	margin: 0px 0px 0px 0px;
	background: #f7f7f2;

}
HTML {
	scrollbar-face-color: #A5A5A5; 
	scrollbar-shadow-color: #A5A5A5; 
	scrollbar-highlight-color: #D0D0D0; 
	scrollbar-3dlight-color: #A5A5A5; 
	scrollbar-darkshadow-color: #D0D0D0; 
	scrollbar-track-color: #A5A5A5; 
	scrollbar-arrow-color: #DD7600;
}
td,tr,p,div {
	font-family: Verdana;
	font-size: 11px;
	color: #A7ADB9;
}
.link {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
	text-decoration: none;
}
a:link, a:visited {
	color: #ff6600; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;	text-decoration: none;
	font-weight: bold;
}
<!-- Style for Images for cms -->
.left {
float: left;
width: 24%; // or its best to use 24% sometimes!
}