﻿@charset "utf-8";
/* CSS Document */

body { background-color:3b5999;
font-size:18px;
font-family: "Times New Roman", Times, serif;
}

#container {
	position:absolute;
	width:800px;
}

#title {
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	}

#frame {
	background-color:#FFF;
	width:800px;
	padding-bottom:10px;
	height:300px;
}

#player {
	margin-top:10px;
}
