body 
{ 
	padding: 0px;
	margin: 0px;	
	text-align: center;
	font-family: Tahoma, Helvetica;
	font-size: 10pt;
	background: #88caf8;
	
}

#left {
	text-align: left;
	background: #fff;
width: 150px;
position: absolute;
	left: 50%;
	margin-left: -550px;
	font-size: 8pt;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #000033;	
}
#right {
	text-align: left;
	background: #fff;
	width: 200px;	
	position: absolute;
	left: 50%;
	margin-left: 385px;
	font-size: 8pt;	
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #000033;
}

#facebook {
	background: white;
text-align: left;
width: 200px;
position: absolute;
	top: 450px;
	left: 50%;
	margin-left: 385px;
	padding: 2px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #000033;
}	

#page {
	position: absolute;
	width: 740px;
	left: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -370px;
	text-align: left;
	padding: 2px;
	background: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #000033;
}

#upload {
	margin-top: 20px;
	padding: 2px;
	text-align: left;
}

.comments {
    text-align: left;
}

#content {
    text-align: center;
	padding: 2px;	
}

#footer {
	margin-top: 10px;
	padding: 2px;
	font-size: 8pt;
	text-align: center;	
}

h1 {
	text-align: center;
	font-size: 28pt;
	margin-top: 5px;
	margin-bottom: 0px;
}

h2 {
	text-align: left;
	font-size: 16pt;
	font-weight: bold;	
	margin-top: 5px;
	margin-bottom: 0px;	
}

h3 {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;	
	margin-top: 5px;
	margin-bottom: 0px;	
}

a {
	color: blue;	
}

img {
border: 0; 	
}

hr
{
	text-align: center;

	width: 720px;	
	border: 0;
	color: black;
	background-color: black;
	height: 1px;
}

input.btn {
    width: 20px;
    height: 20px;
    border: 1px solid;
    color: #000;
    background-color: #ccc;
}  

.rating {
    margin-left: auto;
    margin-right: auto;
}