body {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	background-color:#fff;
	color:#000;
	margin: 20px 0 0 0;
}

a img {border:none;}

a{text-decoration:none;}

#wrapper{
	position: relative;
	margin:0 auto;
	width: 720px;
	height:509px;
	background:url("../../../assets/graphics/bg.jpg") no-repeat center top;
}

#twitter-feed{

	position: relative;
	margin:5px auto;
	width: 720px;
	height:310px;
		
}

#tweet-button {

	left: 590px;
    position: absolute;
    top: 5px;
    z-index: 100;
    	
}

/* colors 
-------------------------------------------------------- */

/* text 
-------------------------------------------------------- */

/* columns animation 
-------------------------------------------------------- */


.col {
    position: absolute;
    width: 75px;
	bottom: 15px;
    overflow: hidden;
}

.col_head {
	position: relative;
	top: 5px;
	z-index: 100;
	margin: 0 auto;
	width: 57px;
	display: block;
}

.col_base {
	position: relative;
	bottom: 5px;
	z-index: 100;
}

.strip{
    width: 6px;
    margin: 0 auto;
    height: 10px;
    position: relative;
 	background: #e8a689 url("../../../assets/graphics/players/neck_bg.gif") repeat-y;
}