@font-face {
		font-family: 'proxima_nova_rgregular';
		src: url('fonts/proximanova-regular-webfont.eot');
		src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/proximanova-regular-webfont.woff') format('woff'),
			 url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
			 url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
		font-weight: normal;
		font-style: normal;
	
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0;
	outline:0;
	border:0;
	font-family:"proxima_nova_rgregular","Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	background-color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	
}

h1,h2,h3{
	margin:0;
}

a{
	text-decoration:none;
	border:none;
	outline:none;
	cursor:pointer;
}

img{
	text-decoration:none;
	border:none;
	outline:none;
	
}




#mainContainer{
	position:relative;
	margin:0px auto;
	width:1000px;
	height:auto;
}

#subConatiner{
	margin:10px auto;
	width:900px;
	height:auto;
	position:relative;
	
	
}

#VoilaHome{
	position:absolute;
	top:0px;
	right:0px;
	
}

#VoilaHeading{
	font-size:30px;
	color:#333;
}

#VoilaDwnldBtn{
	position:relative;
	width:inherit;
	height:auto;
	margin:0px auto;
}

#downloadButtonImg{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
}
