﻿/* CSS Document */

body * {
	margin:0;
	padding:0;
}

body {
	margin:0;
	/*padding:20px;*/
	padding:0px;
	background-color:#fff;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
}

h1 {
	font-size:1.7em;
	margin-bottom:1.8em;
}


p {
	margin-bottom:1.6em;
	line-height:1.3em;
}

a {
	color:#666;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#noFlash {
	
	width:450px;
	
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	padding:30px;
	
}

#noFlash p {
	text-align:left;
}

#noFlash #getFlash {
	padding-top:70px;
	background-image:url(../img/flash_logo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}


