body {
    background-image:none;
    background-color:#000;
}
#askage {
	background: black; width:100%; height:100%;
	position: fixed;
	top: 0px; left: 0px;
	z-index: 100
}

.landing-page {
    width:1024px;
    height:1065px;
    background-image:url(../images/background_image.jpg);
    background-repeat:no-repeat;
    margin: 0 auto;
}

.welcome-note {
    position:relative;
    top:355px;
    left:78px;
    width:332px;
    height:136px;
}

.welcome-note p {
    width:290px;
    margin-top:30px;
    line-height:18px;
    color:#000;
}

.drinking-age {
    position:relative;
    top:214px;
    left:638px;
    width:246px;
    height:73px;
}

.drinking-age h3 {
    font-size:20px;
}

.drinking-age p {
    clear:both;
    width:258px;
    font-size:11px;
    line-height:18px;
    color:#6f6f6f;
}

.actions a, .actions button {
    width:101px;
    height:43px;
    display:block;
    text-decoration:none;
}

.actions {
    height:47px;
    margin-bottom:30px;
}

.actions a, .actions button {
    margin-right:17px;
    float:left;
	cursor:pointer;
    height:47px;
}
.actions button, .actions button span {
	padding: 0;
	background: none;
	border: 0 none;
	outline: none !important;
}

.actions a span, .actions button span {
	display: block;
    height:30px;
    border:1px solid #000;
    color:#000;
    text-align:center;
    font-size:18px;
    padding-top:15px;
    text-transform:uppercase;
    font-weight:normal;
}

.actions a:hover span, .actions button:hover span {
    background-color:#f6f6f6;
}