body{
	background-color:#000;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#container{
	margin:0 auto;
	position:relative;
	width:1100px;
	z-index: 300;
}

#header{
	padding:10px;
	width:1080px;
	height:160px;
	background:url(../images/header_bg.png) no-repeat left bottom;
}

#logo{
	width:276px;
	height:160px;
	background:url(../images/logo.png) no-repeat left bottom;
	float:left;
}

#header_chris{
	position:absolute;
	top:105px;
	left: 380px;
}

#top_ad{
	float:right;
}

#wrap{
	position:absolute;
	margin-top:10px;	
	
	/*IE transparent background*/
 	background:transparent;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	zoom: 1;
	
	/*CSS3 standerd transparent background*/
	background: rgba(0,0,0,0.7);
	
	/* IE border */
	border-left: 10px solid #333;
	border-right: 10px solid #333;
	
	/*CSS3 standerd transparent border*/
	border-left: 10px solid rgba(255,255,255,0.2);
	border-right: 10px solid rgba(255,255,255,0.2);

}

#main{
	width:920px;
	margin:5px;
	padding:5px;
	float:left;
}

#nav1{
	height:40px;
}

#content{
	width:850px;
	margin-top:50px;
}

#headline{
	height:430px;
	margin:0 auto;
}

#coin-slider{
	margin:0 auto;
}

#side_ad{
	width:120px;
	margin:50px 5px;
	padding:5px;
	float:right;
}

#footer{
	position:relative;
	clear:both;
	text-align:center;
}

table.schedule td, th{
	width:700px;
	padding:10px;
	font-size:2em;
	border:1px solid #F60;
}

#galleria{
	margin:0 auto;
	height:500px;
	width:800px;
}

#video{
	margin:0 auto;
}

img{
	border-style:none;
}

.hint{
	font-size:8px;
	color:#666;
}

.presenter_page p{
	font-style:italic;
	font-size:1.2em;
	text-align:justify;
}

.presenter_photo{
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

a, a.visited{
	color:#FFF;
}


/* Rounded corners box */
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.boxhead h2 {
	margin: 0;
	padding:5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}
.boxbody {	
	/*IE transparent background*/
	background:transparent;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
	zoom: 1;

	/*CSS3 standerd transparent background*/
	background: rgba(255, 255, 255, 0.2);
}

#introduction{
	width:820px;
	height:300px;
	padding:10px;
	margin-top:20px;
	margin-bottom:5px;
}

#introduction .boxhead{
	background: url(../images/introduction_round_corner.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

#introduction .boxbody{
	padding:5px;
	text-align:justify;
}

#entertainment{
	width:200px;
	margin-right:10px;
	float:left;
}

#twitter{
	width:200px;
	height:90px;
}

#twitter .boxhead{
	background: url(../images/round_corner.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

#youtube{
	width:200px;
	height:200px;
}

#youtube .boxhead{
	background: url(../images/round_corner.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

#g_music_ireland{
	width:280px;
	height:280px;
	margin-right:10px;
	float:left;
}

#g_music_ireland .boxhead{
	background: url(../images/news_round_corner.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

#bottom_ad{
	width:320px;
	height:320px;
	float:left;
}

#competition_1, #competition_2, #competition_3, #competition_4, #competition_5, #competition_6{
	width:320px;
	height:320px;
	margin:5px;
	padding:5px;
	float:left;
	
	/*IE transparent background*/
	background:transparent;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33BB6700,endColorstr=#33BB6700);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33BB6700,endColorstr=#33BB6700);
	zoom: 1;

	/*CSS3 standerd transparent background*/
	background: rgba(187, 103, 0, 0.2);
}

#competition_6{
	background:transparent;
}

#video_ad{
	margin-top: 30px;
}

.grequestshow{
	color:#F60;
	font-weight:bold;
}

/* Answer form */
#competitionForm { background: url(../images/competitionForm_background.png); font-family:Verdana, Geneva, sans-serif; font-weight:bold; width:700px; height:400px; padding:30px; margin-top:50px; background-color:#000; }
#competitionForm legend{color:#fff;}
#competitionForm label { width: 5em; float: left; }
#competitionForm fieldset {width:600px; margin: 0 auto; margin:30px;}
#competitionForm label.error { float: none; color:#F00; padding-left: .5em; vertical-align: top; }
#competitionForm p { clear: both; }
#competitionForm .submit { margin-left: 12em; }
#competitionForm em { font-weight: bold; padding-right: 1em; vertical-align: top; }
