::selection { background: #FEF200; color: #000 }
::-moz-selection { background: #FEF200; color: #000 }

img::selection { background: #FEF200 }
img::-moz-selection { background: #FEF200 }

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 10px solid #000;
}
p a {
	text-decoration: none;
	color: #666;
}
p a:hover {
	color: #333;
	border-bottom: 2px solid #333;
}
.logo img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: none;
	outline : none;
}
.logo img:hover, .logoLine li a img:hover {
	opacity: .7;
}
.smallkidDrop {
	position: absolute;
	top: 0;
	right: 20px;
}
.kid30 {
	position: absolute;
	bottom: 300px;
	left: 100px;
	font-size: 20px;
}
.smallkidDesign {
	position: absolute;
	bottom: 300px;
	right: 100px;
	text-align: right;
	font-size: 20px;
}
.logoLine {
	position: absolute;
	bottom: 80px;
	right: 100px;
	margin: 0;
	font-size: 16px;
}
.logoLine li {
	display: inline;
}
.logoLine li a img {
	padding-left: 20px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: none;
	outline : none;
}
.logoLine li a:hover {
	border: none;
}