*{
	padding:0;
	margin:0;
	border:0;
}
body{
	background:yellow;
}

a{
	text-decoration:underline;
	color:#0075c2;
}
a:link{}
a:visited{}
a:hover{}
a:active{}

div#wrapper{
	text-align:center;
}
div#container{
	margin:0 auto;
	width:980px;
	min-width:980px;
	text-align:center;
}
div#guide{
	font-size:small;
	margin:2px 10px;
}
div#ust{
	width:400px;
	height:296px;
	position:relative;
	top:-444px;
	left:280px;
}
div#youtube{
	width:400px;
	height:250px;
	position:relative;
	top:-420px;
	left:280px;
}
div#blogparts{
	width:160px;
	height:256px;
	position:relative;
	top:-720px;
	left:34px;
}
textarea#bpcode{
	margin-top:1em;
	width:160px;
	height:3em;
	position:relative;
	top:-720px;
	left:34px;
	background:yellow;
}
div#footer{
	margin:10px;
	font-size:x-small;
	line-height:1.2;
	text-align:center;
}
img.menu{
	margin-top:1em;
	float:left;
}
img#main{
	width:960px;
	height:540px;
}
.clear{
	clear:both;
}
