﻿
.backgroundStyle
{
	margin:0px;
	width:100%;
	height:100%;
    top: 0px;
    left: 0px;
	position:fixed;
	background: url(images/app_bg.jpg) no-repeat center center fixed; 
	background-size: cover;
}

.menuTitle
{
	position:relative;
	top:35px;
	margin: 0px auto;
	width:246px;
	height:62px;
	text-align:center;
}

.shadowLine
{
	position:relative;
	top:50px;
	margin: 0px auto;
	width:100%;
	height:53px;
	text-align:center;
}

.textCenter
{
	position:relative;
	margin: 0px auto;
	color:black;
	text-align:center;
}

.subtitleStyle
{	
	top:40px;
	width:90%;
	font-family:Arial;
	font-size:29px;
}

.infoStyle
{
	top:60px;
	width:70%;
	font-family:Arial;
	font-size:24px;
}

.meogoDevices
{
	position:relative;
	top:55px;
	margin: 0px auto;
	width:450px;
	height:240px;
	text-align:center;
}

.buttonContainer
{
	position:relative;
	top:100px;
	margin: 0px auto;
	width:282px;
	height:60px;
}

.buttonDownload
{
	width:282px;
	height:60px;
	background-color:transparent;
	border: 0px;
}

.buttonAndroid
{
	background-image:url(images/button_android.png);
	background-repeat: no-repeat;
}

.buttonApple
{
	background-image:url(images/button_apple.png);
	background-repeat: no-repeat;
}

.buttonWindowsPhone
{
	background-image:url(images/button_windowsphone.png);
	background-repeat: no-repeat;
}

.buttonWindows8
{
	background-image:url(images/button_windows8.png);
	background-repeat: no-repeat;
}

.backButtonContainer
{
	position:relative;
	top:130px;
	margin: 0px auto;
	width:209px;
	height:47px;
}

.buttonVoltar
{
	width:209px;
	height:47px;	
	background-color:transparent;
	border: 0px;
	background-image:url(images/button_back.png);
	background-repeat: no-repeat;
}


