body {
    margin: 0;
    padding: 0;
	text-align: center; /* Hack for IE */
	background-color: #eee; /* #fe6; */
	color: #666;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333; /* #456; */
	margin-top: 0px;
	margin-bottom: 10px;
}

.gap {
	height: 17px;
}

div.button {
	padding-bottom: 3px;
}

a {
	color: #666;
}

a.button, a.selected, a.disabled {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
    font-size: 15px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	color: white;
	width: 170px;
	padding: 0px 20px;
	text-decoration: none;
}

a.button:hover, a.selected:hover, a.disabled:hover {
	text-decoration: none;
}

a.button {
	background-color: red;
	border: 1px solid pink;
}

a.button:hover, a.selected {
	background-color: blue;
	border: 1px solid lightblue;
}

a.disabled, a.disabled:hover {
	background-color: #ddd;
	border: 1px solid #eee;	
}

a.disabled, a.disabled:hover, a.selected:hover {
	cursor: default;
}

img {
	border: 0;
}

#content {
    position: relative;
    margin: 0px auto;
    padding: 0px 20px;
    width: 700px;
	text-align: left; /* Hack for IE */
	background-color: #fff;
}

#header {
	padding-bottom: 20px;
}

#rugby {
	float: left;
	padding-right: 20px;
	width: 425px;
}

#techno {
	padding-top: 20px;
	padding-bottom: 30px;
}

#todo {
	color: #bbb;
}

/* aFd5Cci_pE4 */
/* PKdEHdyzp5E */

#share {
    font-size: 10px;
}

#footer {
	clear: left;
    font-size: 10px;
    width: 100%;
	color: #999;
}

#info {
	text-align: right;
	float: right;
}

#ytapiplayer {
    font-size: 50px;
}

input {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
    font-size: 15px;
	margin-bottom: 4px;
	color: #666;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	border: 1px solid #ddd;
	background-color: #eee;
	width: 240px;
}

hr {
	border: 1px solid #ddd;
	height: 0px;
}
