@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.png) #063141 center top no-repeat fixed;
	margin: 0px;
	padding: 0px;
}

div.divide {
	border: 0px;
	border-bottom: #357b95 1px solid;
	background-color: #193f4d;
	height: 1px;
	margin: 15px 0px;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	color: #a0a0a0;
	line-height: 1.3em;
}

a {
	color: #c0c0c0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#site {
	border: #073648 3px solid;
	background: url(images/trans-bg.png) repeat;
	margin: 40px auto 40px auto;
	width: 900px;
}

div#content {
	padding: 0px 20px 20px;
}

div#head {
	background: url(images/content-bg.png) top center no-repeat;
	height: 200px;
}

div#ques1 {
	background: url(images/ques1.png) top center no-repeat;
	padding: 80px 50px 0px;
}

div#tune-in {
	background: url(images/tunein.png) top center no-repeat;
	margin: 0px auto;
	padding: 60px 50px 0px;
	width: 500px;
}

div#tune-in table {
	margin: 15px auto 0px;
}

div#tune-in td {
	text-align: center;
}

div#tune-in table a {
	display: block;
	height: 70px;
	margin: 0px auto;
	outline: none;
	width: 70px;
}

div#tune-in td.col1 {
	width: 170px;
	text-align: left;
}

.col2,.col3,.col4 {
	height: 70px;
	width: 100px;
}

div#tune-in td.col2 {
	background: url(images/wmp.png) center no-repeat;
	border-right: #357b95 1px solid;
}

div#tune-in td.col3 {
	background: url(images/itunes.png) center no-repeat;
	border-left: #193f4d 1px solid;
	border-right: #357b95 1px solid;
}

div#tune-in td.col4 {
	background: url(images/winamp.png) center no-repeat;
	border-left: #193f4d 1px solid;
}