body {
	background-color: #000;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0 auto;
    min-height: 600px;
    width: 100%;
}
#header {
	 background: #282521; /* Old browsers */
        background: -moz-linear-gradient(top, #282521 0%, #1f1d19 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282521), color-stop(100%,#1f1d19)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #282521 0%,#1f1d19 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #282521 0%,#1f1d19 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #282521 0%,#1f1d19 100%); /* IE10+ */
        background: linear-gradient(top, #282521 0%,#1f1d19 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282521', endColorstr='#1f1d19',GradientType=0 ); /* IE6-9 */
	margin-top: 10px;
	padding: 10px 10px 5px;
	}

#main  {
	background: -moz-linear-gradient(center top , #98907e 0%, #d8d3c3 5%, #f4f1e6 62%, #ede9dc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
}

#tagline {
    color: #a29b87;
    font-size: 11px;
    font-weight: bold;
}
img{
	/* z-index:1; */
	/* position:absolute; */
	/* left:50%; */
	/* margin-left:-230px; */
	/* top:0; */
}
h1 {
	font-size: 18px;
}

.ans{
	width: 270px;
	padding:20px 20px 70px;
	margin:-250px auto 0;
	background:rgba(255,255,255,.6);
	z-index:10;
	position:relative;
	border-radius:11px;
}
h4 {
	color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px 0 10px 0;
    text-align: center;
	padding-top:20px;
}

ul {
	padding:0;
	list-style: none outside none;
}

ul li {
	text-align: left;
	color: #000;
    font-size: 14px;
    line-height: 15px;
	margin: 0 0 14px;
	font-weight: normal;
}

.ram {
		max-width:400px;
		margin:0 auto;

     }

/* SMARTPHONES (landscape) */
      @media only screen and (min-width:321px), only screen and (orientation:landscape) {
			.image {margin-top:10px}
      }

      /* SMARTPHONES (portrait) */
      @media only screen and (max-width:320px), only screen and (orientation:portrait) {
        .image { width:70%; margin-top:10px}
      }



a { text-decoration: none; color:#FFFFFF}

.button_yes {
		color:#FFFFFF;
		text-decoration:none;
		float: left; text-align:center;
		border-radius:50px; 
		padding:15px 0;
		font-size:16px; font-weight:bold; 
        width:130px; /* Required for webkit to center the button. */
        background-color: #6ac4bd; /* Old browsers */
        }

.button_no {
		color:#FFFFFF;
		text-decoration:none; float: left; margin-left:10px;
		text-align:center;  border-radius:50px;
		padding:15px 0;
		font-size:16px;
		font-weight:bold; 
		
        width:130px; /* Required for webkit to center the button. */
        background-color:#a8a8a8}



.button_sub {
		color:#FFFFFF; 
		text-decoration:none; 
		display:block; 
		text-align:center; 
		border-radius:50px;
		padding:15px 0; font-size:16px; font-weight:bold; margin:15px auto 10px;
        width:120px; /* Required for webkit to center the button. */
        background-color: #6ac4bd; /* Old browsers */
        }
