
#outer {
    position: absolute;
    left: 50%;
}

#inner {
    position: relative;
    width:450px;
    height:200px;
    left: -50%;
    top:300;
    padding-top:25px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
}

input[type="text"] {
	font-size:32px;
	font-weight: bold;
}

