* {
    font-size:medium;
}

#container {
	width:800px;
	height:600px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:50%;
	margin-top:-300px;
	color:white;
	font-weight:normal
}

a{
    color:#004488;
    font-style:normal;
    text-decoration:none;
}
a:link {
    color:#004488;
    font-style:normal;
    text-decoration:none;
}
a:visited {
    color:#994477;
    text-decoration:none;
}
a:hover {
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
    -webkit-tap-highlight-color: rgba(255,255,555,0.5);
}

a:active {
    text-decoration:none;
}

hr {
	height:1px;
}

div#pagebody {
    width:320px;
}

div#header {
    clear:both;
    float:left;
    height:160px;
}
div#logo {
    float:left;
    width:140px;
    height:140px;
    margin:5px;
    padding:5px;
}
div#menu {
    float:right;
    text-align:left;
    width:140px;
    height:140px;
    margin:5px;
    padding:5px;
    
    color:red;
    background:#fff;
}
div#contact_menu{
    float:right;
    text-align:left;
    width:140px;
    margin:5px;
    padding:25px 5px 5px 5px;
    
    color:red;
    background:#fff;
}
div#article {
	width:310px;
	float:left;
}
div#screenshot {
	float:left;
}
div#app {
	float:right;
}
