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

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-color:#CDC;
	background-image:url(../images/bssk_body-bg.png);
	background-repeat:repeat-x;}

div#container {
	background-color: rgba(255,255,255,0.8);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    margin: 50px auto;
    padding: 20px 40px 30px 40px;
    width: 680px;}

div#container img {
	margin-left:60px;
	margin-bottom:60px}

div#container p, div#container table {
	margin-left:185px;
	margin-bottom:0.5em} 

div#container table td {
	padding-right:1em}