﻿@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ef4136;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ef4136;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0089cf;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0089cf;
}
#thumb {
	float: left;
	margin-left: 20px;
}
.pic {
    margin-bottom: 20px;
    border-width: 1px;
    border-color: #222222;
    border-style: none;
	width: 480px;
    height: 262px;

}
.picb {
    margin-bottom: 30px;
    border-width: 1px;
    border-color: #222222;
    border-style: none;
	width: 480px;
    height: 230px;

}
.pic img{
    width: 100%;`
    height: 100%;
}
#movie {
	float: left;
    margin-left: 24px;
	padding: 10px;
	background-color: #000000;
}

#embed {
    width: 340px;
    height: 255px;
}
.w_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: -1px;
	background-color: #d6e032;
}
.w_text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
	line-height: 12px;
	letter-spacing: 0px;
	color: #999;
}
