@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CECECE;
}

div#contents {  
    width: 300px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -150px;
	padding-bottom:20px;
}  