body {
	padding: 0px;
	margin: 0px;
	
	background: #151515 url('../images/background.png') repeat-x top left;
	
	color: #d6d6d6;
	
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0 transparent none;
}

p {
	margin: 5px 0px 0px 0px;
	padding: 0;
}

.link-blue {
	padding-right: 10px;
	line-height: 22px;
	height: 22px;

}

.link-red {
	padding-right: 10px;
	line-height: 22px;
	height: 22px;
}

.link-yellow {
	padding-right: 10px;
	line-height: 22px;
	height: 22px;
}

.link-yellow {
	background: transparent url('../images/link-yellow.gif') no-repeat right 5px;
	color: #f68220;
}

.link-red {
	background: transparent url('../images/link-red.gif') no-repeat right 5px;
	color: #ef406b;
}

.link-blue {
	background: transparent url('../images/link-blue.gif') no-repeat right 5px;
	color: #45b9eb;
}

.shutle-red, .shutle-yellow, .shutle-blue {
	width: 280px;
	height: 56px;
	
	text-align: center;
	padding-top: 110px;
}

.shutle-blue { background: transparent url('../images/shutle-blue.png') no-repeat center top; }
.shutle-yellow { background: transparent url('../images/shutle-yellow.png') no-repeat center top; }
.shutle-red { background: transparent url('../images/shutle-red.png') no-repeat center top; }

.clear {
	clear: both;
	visibility:hidden;
}