@charset "utf-8";


* {
margin:0px;
padding:0px;

}
body {
	background-color: #000000;
	background-image: url(../images/PS_02.jpg);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
color: #666666;
text-decoration: none;
}
a:hover {
color: #24a0e0;
text-decoration: none;
}
#wrapper {
	width: 850px;
	margin-top: 158px;
	margin-right: auto;
	margin-left: auto;
}
#bor {
clear: both;
background-image:url(../images/PS_05.jpg);
background-position: center;
width: 850px;
height: 20px;
margin-bottom: 5px;
}
#bor_bot {
clear: both;
background-image:url(../images/PS_08.jpg);
background-position: center;
width: 850px;
height: 27px;
}
#flash_obj {
width: 850px;
height: 400px;
display: block;
background-color: #000000;
}
.content_left {
clear: both;
float: left;
width: 300px;
padding: 5px;
}
.content_right {
float: right;
width: 500px;
padding: 5px;
text-align: right;
}
