body,
html {
	height: 100%;
}

body {
	background: url(bg.jpg);
	background-size: cover;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 100;
}

a {
	color: #FFF !important;
}

#cent {
		width: 700px;
		height: 280px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -140px;
		margin-left: -350px;
}

h1 {
	font-weight: 100;
	font-size: 50px;
}

h1 span {
	
	
}

p {
    margin-top: 50px;
}

img {
	border: 0;
}

.blink {
	animation: blinker 1s linear infinite;
	font-family: 'Roboto', sans-serif;
	
}

@keyframes blinker {  
  50% { opacity: 0; }
}

p a,
img a,
a,
img a:focus {
	border: 0;
	color: #fffff !important;
	text-decoration: none !important;
}

@media (max-width: 750px){
	#cent {
		width: 350px;
		height: 414px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -207px;
		margin-left: -175px;
	}
	
	body {
		background: url(bg.jpg);
		background-position: center bottom;
		background-size: cover !important;
	}
	
	h1 {
	font-weight: 100;
	font-size: 50px;
	}
	
}