@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	height: auto !important;
}

body {
	background-image: url(/images/background_repeatX.jpg);
	background-repeat: repeat-x;
}

img {
	vertical-align: bottom;
}

/* YouTube */
#containerYouTube {
	position: relative;
	width: 395px;
	height: 65px;
	overflow: hidden;
}

.contentYouTube {
	width: 95px;
	height: 65px;
	float: left;
	padding-right: 5px;
}

/* YouTube Bottom */
#containerYouTubeBottom {
	position: relative;
	width: 350px;
	height: 65px;
	overflow: hidden;
}

.contentYouTubeBottom {
	width: 95px;
	height: 65px;
	float: left;
	padding-right: 5px;
}

/* Flikr*/
#containerFlikr {
	position: relative;
	width: 350px;
	height: 75px;
	overflow: hidden;
}

.contentFlikr {
	width: 75px;
	height: 75px;
	float: left;
	padding-right: 5px;
}

.gmd {
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

.gmd a{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.gmd a:hover{
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}