/*

    Création		:2008-08-04 - Sebastien Dubus 
    Modification	:2008-08-04 - Sebastien Dubus 
    stylesheet for index
*/

/* Import  common css */
@import url('screen_common.css');


/* Misc */
#content #intro{
	float:				left;
	width:				275px;
	color:				#003b5f;
}
#content #intro h3{
	padding-left:		35px;
	font:				normal bold 1.3em "Arial";
}
#content #intro h4{
	padding-left:		35px;
	font:				normal bold 1.1em "Arial";
}
#content #intro p{
	padding-left:		35px;
	font:				normal bold 1.0em "Arial";
}
#content #col_player{
	float:				left;
	width:				459px;
	height:				481px;
	padding-top:		95px;
	background:			url('../img/player_bg.png') 0 80px no-repeat;
	behavior: 			url('css/iepngfix.htc'); /* IE Hack for png transparency */
	text-align:			center;
}
#content #links{
	float:				left;
	width:				266px;
	padding-top:		175px;
}
#content #links a{
	display:			block;
	width:				224px;
	height:				67px;
	margin:				0 0 1px 12px;
}
#content #house{
	background:			url('../img/house.png') 0 0 no-repeat;
}
#content #senate{

	background:			url('../img/senate.png') 0 0 no-repeat;
}
#content #white_house{
	background:			url('../img/white_house.png') 0 0 no-repeat;
}